File tree Expand file tree Collapse file tree 6 files changed +25
-0
lines changed Expand file tree Collapse file tree 6 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: Closed Issue Message
22on :
33 issues :
44 types : [closed]
5+
6+ permissions :
7+ issues : write
8+
59jobs :
610 auto_comment :
711 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ main ]
88
9+
10+ permissions :
11+ contents : read
12+
913env :
1014 # get owner of the repository. used by forks.
1115 SMITHY_GO_REPOSITORY : ${{ github.event.pull_request.head.repo.owner.login }}/smithy-go
Original file line number Diff line number Diff line change 99 - main
1010 - ' feat-**'
1111
12+
13+ permissions :
14+ contents : read
15+
1216env :
1317 EACHMODULE_CONCURRENCY : 2
1418 SMITHY_GO_REPOSITORY : ${{ github.event.pull_request.head.repo.owner.login }}/smithy-go
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: License Scan
22
33on : [pull_request]
44
5+
6+ permissions :
7+ contents : read
8+
59jobs :
610 licensescan :
711 name : License Scan
Original file line number Diff line number Diff line change 99 - main
1010 - ' feat-**'
1111
12+
13+ permissions :
14+ contents : read
15+
1216env :
1317 EACHMODULE_CONCURRENCY : 2
1418 SMITHY_GO_REPOSITORY : ${{ github.event.pull_request.head.repo.owner.login }}/smithy-go
Original file line number Diff line number Diff line change 55 schedule :
66 - cron : " 0 0 * * *"
77
8+
9+ permissions :
10+ issues : write
11+ pull-requests : write
12+
813jobs :
914 cleanup :
1015 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments