Skip to content

Commit 2637b2a

Browse files
Merge pull request #216 from puppetlabs/CONT-1219-labeller_changes
pdksync - (CONT-1219) - fail ci for puppetlabs members if no label
2 parents b55a734 + 6ac6116 commit 2637b2a

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

.github/workflows/labeller.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
1-
name: "community-labeller"
1+
name: Labeller
22

33
on:
44
issues:
55
types:
6-
- "opened"
6+
- opened
7+
- labeled
8+
- unlabeled
79
pull_request_target:
810
types:
9-
- "opened"
11+
- opened
12+
- labeled
13+
- unlabeled
1014

1115
jobs:
1216
label:
13-
runs-on: "ubuntu-latest"
17+
runs-on: ubuntu-latest
1418
steps:
15-
- uses: "puppetlabs/community-labeller@v0"
16-
name: "Label issues or pull requests"
19+
20+
- uses: puppetlabs/[email protected]
21+
name: Label issues or pull requests
1722
with:
18-
label_name: "community"
19-
label_color: "5319e7"
20-
org_membership: "puppetlabs"
23+
label_name: community
24+
label_color: '5319e7'
25+
org_membership: puppetlabs
26+
fail_if_member: 'true'
2127
token: ${{ secrets.IAC_COMMUNITY_LABELER }}

0 commit comments

Comments
 (0)