Skip to content

Commit

Permalink
chore: don't lint PR on merge group checks (#6)
Browse files Browse the repository at this point in the history
This causes a workflow failure that is logged and/or blocks the merge.
  • Loading branch information
mrgrain authored Nov 20, 2024
1 parent 92547b6 commit fc2f7ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
validate:
name: Validate PR Title
runs-on: ubuntu-latest
if: (github.event_name == 'pull_request' || github.event_name == 'pull_request_target')
permissions:
pull-requests: write
steps:
Expand Down

0 comments on commit fc2f7ca

Please sign in to comment.