File tree 3 files changed +38
-1
lines changed
3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : community-labeller
2
+
3
+ on :
4
+ issues :
5
+ types :
6
+ - opened
7
+ pull_request_target :
8
+ types :
9
+ - opened
10
+
11
+ jobs :
12
+ label :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+
16
+ - uses : puppetlabs/community-labeller@v0
17
+ name : Label issues or pull requests
18
+ with :
19
+ label_name : community
20
+ label_color : ' 5319e7'
21
+ org_membership : puppetlabs
22
+ token : ${{ secrets.IAC_COMMUNITY_LABELER }}
Original file line number Diff line number Diff line change
1
+ name : " mend"
2
+
3
+ on :
4
+ pull_request :
5
+ branches :
6
+ - " main"
7
+ schedule :
8
+ - cron : " 0 0 * * *"
9
+ workflow_dispatch :
10
+
11
+ jobs :
12
+
13
+ mend :
14
+ uses : " puppetlabs/cat-github-actions/.github/workflows/mend_ruby.yml@main"
15
+ secrets : " inherit"
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ spec/spec_helper.rb:
27
27
.github/workflows/release.yml :
28
28
unmanaged : false
29
29
.github/workflows/release_prep.yml :
30
- unmanaged : false
30
+ unmanaged : false
You can’t perform that action at this time.
0 commit comments