We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5a1c71 + 8a3c17f commit ba6a83cCopy full SHA for ba6a83c
.github/workflows/pr_labels.yml
@@ -2,7 +2,9 @@ name: Pull Request Labels
2
3
on:
4
pull_request:
5
- types: [opened, labeled, unlabeled]
+ # Run whenever the labels change or the PR HEAD changes. In theory, the latter is a bit redundant,
6
+ # but it's necessary to make sure that the check is applied to the final commit for a PR
7
+ types: [opened, reopened, labeled, unlabeled, synchronize]
8
9
jobs:
10
labels:
0 commit comments