Skip to content

Commit ca8c0a7

Browse files
committed
Add central workflow which requires CORE4 labels on PRs prior to merging.
1 parent c4f1a9f commit ca8c0a7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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)