We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e43975 commit 5ce0bd0Copy full SHA for 5ce0bd0
.github/workflows/check-if-pr-has-type-label.yml
@@ -2,7 +2,8 @@ name: Check PR type label
2
3
on:
4
pull_request:
5
- types: [opened, reopened, labeled, unlabeled]
+ # Adding `synchronize` to handle workflow runs when the PR's branch is updated
6
+ types: [opened, reopened, labeled, unlabeled, synchronize]
7
8
permissions: {}
9
0 commit comments