Skip to content

Commit

Permalink
Merge pull request #840 from puppetlabs/CONT-1219-labeller_changes
Browse files Browse the repository at this point in the history
pdksync - (CONT-1219) - fail ci for puppetlabs members if no label
  • Loading branch information
jordanbreen28 committed Jul 18, 2023
2 parents 5e5c029 + ddda8f8 commit fe43338
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/labeller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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@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 fe43338

Please sign in to comment.