Skip to content

Commit 9d7e855

Browse files
szymon-czaprackisjanc
authored andcommitted
ci: Trigger CI label workflow on synchronize action
Previously this workflow would trigger only on opened PR. Force pushes for PR would not re-enable the label. Now this workflow will add label in all those situations.
1 parent 4c741eb commit 9d7e855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_ci_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name: Informative CI status
2121

2222
on:
2323
pull_request_target:
24-
types: [opened, ready_for_review, reopened]
24+
types: [opened, ready_for_review, reopened, synchronize]
2525

2626
permissions:
2727
contents: read

0 commit comments

Comments
 (0)