File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 branches :
77 - main
88
9+ permissions : {}
10+
911jobs :
1012 ci-lint :
1113 runs-on : ubuntu-latest
14+ permissions :
15+ contents : read
1216 steps :
1317 - name : Checkout repo (needed to reference local action)
1418 uses : actions/checkout@v5
2428
2529 ci-prettier :
2630 runs-on : ubuntu-latest
31+ permissions :
32+ contents : read
2733 steps :
2834 - name : Checkout repo (needed to reference local action)
2935 uses : actions/checkout@v5
3945
4046 ci-lint-misc :
4147 runs-on : ubuntu-latest
48+ permissions :
49+ contents : read
4250 steps :
4351 - name : Checkout repo (needed to reference local action)
4452 uses : actions/checkout@v5
5664 # 1. More generalizable for all workspaces requiring build artifacts
5765 # 2. Have better attribution for the commits generated from this workflow
5866 if : false
67+ permissions :
68+ contents : write
69+ pull-requests : write
5970 runs-on : ubuntu-latest
6071 steps :
6172 - name : Checkout repo (needed to reference local action)
8596
8697 ci-signed-commits :
8798 runs-on : ubuntu-latest
99+ permissions :
100+ contents : read
88101 steps :
89102 - name : Checkout repo (needed to reference local action)
90103 uses : actions/checkout@v5
@@ -101,6 +114,8 @@ jobs:
101114
102115 ci-test :
103116 runs-on : ubuntu-latest
117+ permissions :
118+ contents : read
104119 steps :
105120 - name : Checkout repo (needed to reference local action)
106121 uses : actions/checkout@v5
@@ -116,6 +131,8 @@ jobs:
116131
117132 ci-build-artifacts :
118133 runs-on : ubuntu-latest
134+ permissions :
135+ contents : read
119136 steps :
120137 - name : Checkout repo (needed to reference local action)
121138 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ permissions : {}
9+
810jobs :
911 ci-lint :
1012 runs-on : ubuntu-latest
13+ permissions :
14+ contents : read
1115 steps :
1216 - name : Checkout repo (needed to reference local action)
1317 uses : actions/checkout@v5
2125
2226 ci-prettier :
2327 runs-on : ubuntu-latest
28+ permissions :
29+ contents : read
2430 steps :
2531 - name : Checkout repo (needed to reference local action)
2632 uses : actions/checkout@v5
3642
3743 ci-test :
3844 runs-on : ubuntu-latest
45+ permissions :
46+ contents : read
3947 steps :
4048 - name : Checkout repo (needed to reference local action)
4149 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 4343 description : " AWS Lambda URL for GATI."
4444 required : false
4545
46+ permissions : {}
47+
4648jobs :
4749 codeowners-review-analysis :
4850 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 schedule :
66 - cron : " 0 0 * * *"
77
8+ permissions : {}
9+
810jobs :
911 renovate :
1012 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ name: Manage stale PRs
33on :
44 schedule :
55 - cron : " 30 0 * * *" # will be triggered daily at 00:30 UTC.
6+
67permissions : {}
8+
79jobs :
810 stale-prs :
911 permissions :
You can’t perform that action at this time.
0 commit comments