Skip to content

Commit

Permalink
Revert "Remove labeller.yml"
Browse files Browse the repository at this point in the history
This reverts commit 6173af4.
  • Loading branch information
rajat-puppet committed Jul 22, 2024
1 parent 6173af4 commit c531341
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:
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 c531341

Please sign in to comment.