File tree Expand file tree Collapse file tree 15 files changed +57
-0
lines changed
Expand file tree Collapse file tree 15 files changed +57
-0
lines changed Original file line number Diff line number Diff line change 66 description : " The pull request # to backport"
77 required : true
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 backport :
1114 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 44 push :
55 branches : [ main ]
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 sdk-benchmarks :
12+ permissions :
13+ contents : write # required for pushing to gh-pages
914 runs-on : equinix-bare-metal
1015 steps :
1116 - name : Checkout Core Repo @ SHA - ${{ github.sha }}
Original file line number Diff line number Diff line change 1010 branches :
1111 - main
1212
13+ permissions :
14+ contents : read
15+
1316jobs :
1417 changelog :
1518 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 44 branches : [ main ]
55 pull_request :
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 changedfiles :
912 name : changed files
Original file line number Diff line number Diff line change 1414 # * * * * *
1515 - cron : ' 30 1 * * *'
1616
17+ permissions :
18+ contents : read
19+
1720jobs :
1821 CodeQL-Build :
22+ permissions :
23+ security-events : write # for github/codeql-action/analyze to upload SARIF results
1924 runs-on : ubuntu-latest
2025
2126 steps :
Original file line number Diff line number Diff line change 66 - ' release/*'
77 pull_request :
88
9+ permissions :
10+ contents : read
11+
912concurrency :
1013 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1114 cancel-in-progress : true
Original file line number Diff line number Diff line change 99 - ' release/*'
1010 pull_request :
1111
12+ permissions :
13+ contents : read
14+
1215concurrency :
1316 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1417 cancel-in-progress : true
Original file line number Diff line number Diff line change 99 - ' release/*'
1010 pull_request :
1111
12+ permissions :
13+ contents : read
14+
1215concurrency :
1316 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1417 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -2,8 +2,13 @@ name: Prepare patch release
22on :
33 workflow_dispatch :
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 prepare-patch-release :
10+ permissions :
11+ pull-requests : write # required for adding labels to PRs
712 runs-on : ubuntu-latest
813 permissions :
914 contents : write # required for pushing changes
Original file line number Diff line number Diff line change 66 description : " Pre-release version number? (e.g. 1.9.0rc2)"
77 required : false
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 prereqs :
1114 runs-on : ubuntu-latest
3942 fi
4043
4144 create-pull-request-against-release-branch :
45+ permissions :
46+ pull-requests : write # required for adding labels to PRs
4247 runs-on : ubuntu-latest
4348 needs : prereqs
4449 permissions :
@@ -123,6 +128,8 @@ jobs:
123128 gh pr edit ${{ steps.create_release_branch_pr.outputs.pr_url }} --add-label "prepare-release"
124129
125130 create-pull-request-against-main :
131+ permissions :
132+ pull-requests : write # required for adding labels to PRs
126133 runs-on : ubuntu-latest
127134 needs : prereqs
128135 permissions :
You can’t perform that action at this time.
0 commit comments