Skip to content

Commit a304f37

Browse files
committed
Run the 'prevent blocked' workflow even if PR has conflicts
See the description of pull_request versus pull_request_target documented at https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request.
1 parent 7d6a60a commit a304f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blocked.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Prevent blocked
22
on:
3-
pull_request:
3+
pull_request_target:
44
types: [opened, labeled, unlabeled]
55
jobs:
66
prevent-blocked:

0 commit comments

Comments
 (0)