Skip to content

ci(deps): bump github/codeql-action from 4.35.1 to 4.35.2 #96

ci(deps): bump github/codeql-action from 4.35.1 to 4.35.2

ci(deps): bump github/codeql-action from 4.35.1 to 4.35.2 #96

name: Check Pull Request Title
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
on:
pull_request:
types: [opened, edited]
permissions:
contents: read
jobs:
insight:
name: Insight
if: ${{ github.event.action == 'opened' || github.event.changes.title != null }}
runs-on: ubuntu-latest
steps:
- name: Run Insight
uses: arghena/insight@d435e6ad6ac81975bb13db09e2b70ca58359160d # v0.1.0-canary.53
with:
check-pull-request-title: true