chore: only run check pr action on pull_request_target events (#485)
This commit is contained in:
committed by
GitHub
parent
322e46f15d
commit
af36282df5
4
.github/workflows/check-pr.yml
vendored
4
.github/workflows/check-pr.yml
vendored
@@ -6,9 +6,9 @@ on:
|
||||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
- labeled
|
||||
- unlabeled
|
||||
merge_group:
|
||||
pull_request:
|
||||
types: [synchronize, opened, reopened, labeled, unlabeled]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
Reference in New Issue
Block a user