File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
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 : " Release Prep"
2
+
3
+ on :
4
+ workflow_dispatch :
5
+ inputs :
6
+ target :
7
+ description : " The target for the release. This can be a commit sha or a branch."
8
+ required : false
9
+ default : " main"
10
+
11
+ jobs :
12
+ release_prep :
13
+ uses : " puppetlabs/cat-github-actions/.github/workflows/gem_release_prep.yml@main"
14
+ with :
15
+ target : " ${{ github.event.inputs.target }}"
16
+ secrets : " inherit"
You can’t perform that action at this time.
0 commit comments