Skip to content

fix: do not wait for on-event script to finish when triggering them #3740

fix: do not wait for on-event script to finish when triggering them

fix: do not wait for on-event script to finish when triggering them #3740

Workflow file for this run

name: 'Lint PR'
on:
pull_request:
types:
- opened
- edited
- synchronize
merge_group:
permissions:
pull-requests: read
jobs:
lint-pr:
name: Validate PR title
if: ${{ github.event_name != 'merge_group' }}
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}