Skip to content

Commit

Permalink
Merge pull request #407 from puppetlabs/pdksync_CONT-1219-labeller_ch…
Browse files Browse the repository at this point in the history
…anges

pdksync - (CONT-1219) - fail ci for puppetlabs members if no label
  • Loading branch information
GSPatton authored Jul 18, 2023
2 parents 12f63dd + 55b0aa1 commit e05e7ea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/labeller.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
name: community-labeller
name: Labeller

on:
issues:
types:
- opened
- labeled
- unlabeled
pull_request_target:
types:
- opened
- labeled
- unlabeled

jobs:
label:
runs-on: ubuntu-latest
steps:

- uses: puppetlabs/community-labeller@v0
- uses: puppetlabs/community-labeller@v1.0.1
name: Label issues or pull requests
with:
label_name: community
label_color: '5319e7'
org_membership: puppetlabs
fail_if_member: 'true'
token: ${{ secrets.IAC_COMMUNITY_LABELER }}

0 comments on commit e05e7ea

Please sign in to comment.