Skip to content

Commit

Permalink
chore: only run check pr action on pull_request_target events (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak authored Sep 10, 2023
1 parent 322e46f commit af36282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- opened
- edited
- synchronize
- labeled
- unlabeled
merge_group:
pull_request:
types: [synchronize, opened, reopened, labeled, unlabeled]

permissions:
pull-requests: write
Expand Down

0 comments on commit af36282

Please sign in to comment.