Skip to content

Commit b68da4b

Browse files
authored
Merge pull request #886 from armsnyder/require-ee-labels
Workflows: Require PRs to have "safe to test" or "skip-ee-test" label before merging
2 parents 673c285 + 0d1ecd7 commit b68da4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr-required-labels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727
mode: exactly
2828
count: 0
2929
labels: needs-rebase
30+
- name: Check "safe to test" or "skip-ee-test"
31+
uses: mheap/github-action-required-labels@v1
32+
with:
33+
mode: minimum
34+
count: 1
35+
labels: safe to test, skip-ee-test

0 commit comments

Comments
 (0)