Skip to content

Commit 9e4d23f

Browse files
authored
Merge branch 'main' into CONT-990-Pull_Requests_template
2 parents 190046d + c7f6a68 commit 9e4d23f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Mention any related issues or pull requests.
1212
## Checklist
1313
- [ ] 🟢 Spec tests.
1414
- [ ] 🟢 Acceptance tests.
15-
- [ ] Manually verified. (For example `puppet apply`)
15+
- [ ] Manually verified.

.github/workflows/labeller.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
1-
name: community-labeller
1+
name: Labeller
22

33
on:
44
issues:
55
types:
66
- opened
7+
- labeled
8+
- unlabeled
79
pull_request_target:
810
types:
911
- opened
12+
- labeled
13+
- unlabeled
1014

1115
jobs:
1216
label:
1317
runs-on: ubuntu-latest
1418
steps:
1519

16-
- uses: puppetlabs/community-labeller@v0
20+
- uses: puppetlabs/community-labeller@v1.0.1
1721
name: Label issues or pull requests
1822
with:
1923
label_name: community
2024
label_color: '5319e7'
2125
org_membership: puppetlabs
26+
fail_if_member: 'true'
2227
token: ${{ secrets.IAC_COMMUNITY_LABELER }}

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Default owners.
2-
* @puppetlabs/modules
2+
* @puppetlabs/modules @bastelfreak

0 commit comments

Comments
 (0)