File tree Expand file tree Collapse file tree 6 files changed +16
-5
lines changed
Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 test :
13+ name : Test
1314 timeout-minutes : 10
1415 permissions :
1516 contents : read
2223 - run : go test ./...
2324
2425 build :
26+ name : Build
2527 timeout-minutes : 10
2628 permissions :
2729 contents : read
3537 - run : goreleaser release --snapshot --clean
3638
3739 lint :
40+ name : Lint
3841 timeout-minutes : 10
3942 permissions :
4043 contents : read
Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ concurrency:
1414
1515jobs :
1616 claude-renovate-review :
17+ name : Claude Renovate Review
1718 if : github.event.pull_request.user.login == 'renovate[bot]'
1819 timeout-minutes : 30
1920 runs-on : ubuntu-latest
2021 permissions :
2122 contents : read
22- pull-requests : write
23+ pull-requests : write # required so Claude can comment on Renovate PRs
2324 steps :
2425 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2526 with :
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ concurrency:
1818
1919jobs :
2020 actionlint :
21+ name : actionlint
2122 timeout-minutes : 5
2223 runs-on : ubuntu-latest
2324 permissions :
2930 - uses : koki-develop/github-actions-lint/actionlint@62dfef5c9854a07712bad7af3bee7edb0c1109b1 # v1.4.1
3031
3132 ghalint :
33+ name : ghalint
3234 timeout-minutes : 5
3335 runs-on : ubuntu-latest
3436 permissions :
4244 action-path : ./.github/actions/**/action.yml
4345
4446 zizmor :
47+ name : zizmor
4548 timeout-minutes : 5
4649 runs-on : ubuntu-latest
4750 permissions :
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ concurrency:
1313
1414jobs :
1515 release-please :
16+ name : Release Please
1617 timeout-minutes : 10
1718 runs-on : ubuntu-latest
1819 permissions :
2930 token : ${{ github.token }}
3031
3132 release :
33+ name : Release
3234 if : ${{ needs.release-please.outputs.should-release == 'true' }}
3335 timeout-minutes : 10
3436 needs : release-please
Original file line number Diff line number Diff line change 77
88jobs :
99 update-demo :
10+ name : Update Demo
1011 timeout-minutes : 10
1112 permissions :
12- contents : write
13- pull-requests : write
13+ contents : write # needed to commit regenerated demo artifacts
14+ pull-requests : write # needed to open the update pull request
1415 runs-on : ubuntu-latest
1516 steps :
1617 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ concurrency:
1313
1414jobs :
1515 update-docs :
16+ name : Update Docs
1617 timeout-minutes : 10
1718 runs-on : ubuntu-latest
1819 permissions :
19- contents : write
20- pull-requests : write
20+ contents : write # needed to commit generated documentation updates
21+ pull-requests : write # needed to open a PR with the doc changes
2122 steps :
2223 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2324 with :
You can’t perform that action at this time.
0 commit comments