Skip to content

Commit 28abc88

Browse files
Merge pull request #470 from guardian/enforce-core4-labels
Add central workflow which requires CORE4 labels on PRs prior to merging
2 parents 7f58af4 + 0ed8ae5 commit 28abc88

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: CORE4 label enforcement
2+
permissions:
3+
contents: read
4+
on:
5+
pull_request:
6+
types: [opened, labeled, unlabeled, synchronize, reopened, edited]
7+
jobs:
8+
require-label:
9+
uses: guardian/.github/.github/workflows/require-label.yaml@4cb5024736632ffcc564b7f4b772c38b8e5ce739 # v2.0.0

0 commit comments

Comments
 (0)