Skip to content

ci(deps): bump actions/setup-node from 6.3.0 to 6.4.0 #97

ci(deps): bump actions/setup-node from 6.3.0 to 6.4.0

ci(deps): bump actions/setup-node from 6.3.0 to 6.4.0 #97

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