File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 66 - main
77 merge_group :
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 format :
1114 name : Format
Original file line number Diff line number Diff line change 1010 build :
1111 name : Build
1212 runs-on : ubuntu-22.04
13+ permissions :
14+ contents : write
1315 steps :
1416 - name : Checkout
1517 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1010 pull_request_target :
1111 branches : [ main ]
1212 merge_group :
13+
14+ permissions :
15+ contents : read
16+
1317jobs :
1418 approve :
1519 # Note: Use approval as a job so that the downstream jobs are only prompted once (if more than 1 matrix job is defined)
2832 environment :
2933 name : Test Auto
3034 runs-on : ubuntu-22.04
35+ permissions :
36+ # Required to publish system test results to the PR
37+ issues : write
38+ pull-requests : write
39+ contents : read
3140 env :
3241 COMPOSE_PROJECT_NAME : ci_${{github.run_id}}_${{github.run_attempt || '1'}}
3342 DEVICE_ID : ci_${{github.run_id}}_${{github.run_attempt || '1'}}
You can’t perform that action at this time.
0 commit comments