Skip to content

Commit 9035ae6

Browse files
authored
Update blocked-pr.yaml
1 parent c81cd95 commit 9035ae6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/blocked-pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- opened
77
- labeled
88
- unlabeled
9+
- synchronize
910

1011
jobs:
1112
fail-for-blocked:
@@ -15,4 +16,4 @@ jobs:
1516
- name: Fail if PR is blocked
1617
run: |
1718
echo "This PR is currently blocked. Please unblock it before merging."
18-
exit 1
19+
exit 1

0 commit comments

Comments
 (0)