Skip to content

Commit 0286552

Browse files
authored
Add require label workflow (#19)
## What does this change? This repo was missing the require-label workflow. So we've added it in as part of the CORE4 enforcement
2 parents a8530ab + 2993814 commit 0286552

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@6dbd851a2512260c2ad854b62c170e2919b7005c # v3.1.1

0 commit comments

Comments
 (0)