forked from rodjek/rspec-puppet
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from puppetlabs/CONT-1219-labeller_changes
pdksync - (CONT-1219) - fail ci for puppetlabs members if no label
- Loading branch information
Showing
1 changed file
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
name: community-labeller | ||
name: Labeller | ||
|
||
on: | ||
issues: | ||
types: | ||
- "opened" | ||
- opened | ||
- labeled | ||
- unlabeled | ||
pull_request_target: | ||
types: | ||
- "opened" | ||
- opened | ||
- labeled | ||
- unlabeled | ||
|
||
jobs: | ||
label: | ||
runs-on: "ubuntu-latest" | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- uses: "puppetlabs/community-labeller@v0" | ||
name: "Label issues or pull requests" | ||
- uses: puppetlabs/community-labeller@v1.0.1 | ||
name: Label issues or pull requests | ||
with: | ||
label_name: "community" | ||
label_name: community | ||
label_color: '5319e7' | ||
org_membership: "puppetlabs" | ||
org_membership: puppetlabs | ||
fail_if_member: 'true' | ||
token: ${{ secrets.IAC_COMMUNITY_LABELER }} |