Skip to content

ci(deps): bump github/codeql-action from 4.36.0 to 4.36.2 #110

ci(deps): bump github/codeql-action from 4.36.0 to 4.36.2

ci(deps): bump github/codeql-action from 4.36.0 to 4.36.2 #110

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@5ea677a3665dacea83699c18841170f5261e0008 # v0.1.0-canary.54
with:
check-pull-request-title: true