File tree Expand file tree Collapse file tree 8 files changed +33
-0
lines changed Expand file tree Collapse file tree 8 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 55 - cron : ' 0 0 * * *'
66 workflow_dispatch :
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 analyze :
1013 name : Analyze
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: "Label PRs"
33on :
44 - pull_request_target
55
6+ permissions :
7+ contents : read
8+
69jobs :
710 label-pull-requests :
811 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 11on :
22 workflow_call :
33
4+ permissions :
5+ contents : read
6+
47jobs :
58 clang-build :
69 runs-on : macOS-latest
Original file line number Diff line number Diff line change 11on :
22 workflow_call :
33
4+ permissions :
5+ contents : read
6+ packages : read
7+
48jobs :
59 ubuntu-gcc-build-perf-stats :
610 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 55 pull_request :
66 workflow_call :
77
8+ permissions :
9+ contents : read
10+ packages : read
11+
812jobs :
913 pre-commit :
1014 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ concurrency:
1919 github.event_name != 'merge_group' &&
2020 !startsWith(github.ref, 'refs/heads/gh-readonly-queue') }}
2121
22+ permissions :
23+ contents : read
24+ packages : read
25+
2226jobs :
2327 clang-tidy :
2428 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 11on :
22 workflow_call :
33
4+ permissions :
5+ contents : read
6+ packages : read
7+
48jobs :
59 gcc-build :
610 runs-on : ${{ matrix.os }}
@@ -330,6 +334,11 @@ jobs:
330334 - gcc-test-extended
331335 - clang-test-extended
332336 runs-on : ubuntu-24.04
337+ permissions :
338+ contents : read
339+ packages : read
340+ issues : write
341+ pull-requests : write
333342 container :
334343 image : ghcr.io/learning-process/ppc-ubuntu:1.1
335344 credentials :
Original file line number Diff line number Diff line change 11on :
22 workflow_call :
33
4+ permissions :
5+ contents : read
6+
47jobs :
58 msvc-build :
69 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments