Skip to content

Commit a91f2cc

Browse files
committed
Workflows: Require PRs to have "safe to test" or "skip-ee-test" label before merging
1 parent 500f986 commit a91f2cc

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)