File tree Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1111 - ' [4-9]+.[0-9]+.x'
1212 - ' [3-9]+.[3-9]+.x'
1313 workflow_dispatch :
14+
15+ permissions :
16+ contents : read # to fetch code (actions/checkout)
17+
1418jobs :
1519 build :
20+ permissions :
21+ contents : read # to fetch code (actions/checkout)
22+ checks : write # to publish result as PR check (scacap/action-surefire-report)
23+
1624 runs-on : ubuntu-latest
1725 strategy :
1826 matrix :
Original file line number Diff line number Diff line change 88 - ' [4-9]+.[0-9]+.x'
99 - ' [3-9]+.[3-9]+.x'
1010 workflow_dispatch :
11+
12+ permissions :
13+ contents : read # to fetch code (actions/checkout)
14+
1115jobs :
1216 release_notes :
1317 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -2,8 +2,13 @@ name: Release
22on :
33 release :
44 types : [published]
5+ permissions : {}
56jobs :
67 release :
8+ permissions :
9+ contents : write # to create release
10+ issues : write # to modify milestones
11+
712 runs-on : ubuntu-latest
813 strategy :
914 matrix :
Original file line number Diff line number Diff line change 88 target_branch :
99 description : The Target Branch (e.g. 5.0.x)
1010 required : true
11+ permissions : {}
1112jobs :
1213 release :
14+ permissions :
15+ contents : write # to create release
16+ issues : read # to get closed issues
17+
1318 runs-on : ubuntu-latest
1419 strategy :
1520 matrix :
You can’t perform that action at this time.
0 commit comments