File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# Configuration for https://github.com/rhysd/actionlint run by pre-commit
22self-hosted-runner :
33 labels :
4- - ubuntu-24.04-large
4+ - github- ubuntu-latest-s
Original file line number Diff line number Diff line change 99jobs :
1010 PullRequestClosed_job :
1111 name : Pull Request Closed
12- runs-on : ubuntu-24.04-large
12+ runs-on : github- ubuntu-latest-s
1313 permissions :
1414 id-token : write
1515 pull-requests : read
Original file line number Diff line number Diff line change 99jobs :
1010 PullRequestCreated_job :
1111 name : Pull Request Created
12- runs-on : ubuntu-24.04-large
12+ runs-on : github- ubuntu-latest-s
1313 permissions :
1414 id-token : write
1515 # For external PR, ticket should be created manually
Original file line number Diff line number Diff line change 99jobs :
1010 RequestReview_job :
1111 name : Request review
12- runs-on : ubuntu-24.04-large
12+ runs-on : github- ubuntu-latest-s
1313 permissions :
1414 id-token : write
1515 # For external PR, ticket should be moved manually
Original file line number Diff line number Diff line change 99jobs :
1010 SubmitReview_job :
1111 name : Submit Review
12- runs-on : ubuntu-24.04-large
12+ runs-on : github- ubuntu-latest-s
1313 permissions :
1414 id-token : write
1515 pull-requests : read
Original file line number Diff line number Diff line change 1313 concurrency :
1414 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1515 cancel-in-progress : ${{ github.ref_name != github.event.repository.default_branch }}
16- runs-on : ubuntu-24.04-large
16+ runs-on : github- ubuntu-latest-s
1717 name : Build
1818 permissions :
1919 id-token : write
3131 concurrency :
3232 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
3333 cancel-in-progress : ${{ github.ref_name != github.event.repository.default_branch }}
34- runs-on : ubuntu-24.04-large
34+ runs-on : github- ubuntu-latest-s
3535 name : Promote
3636 permissions :
3737 id-token : write
Original file line number Diff line number Diff line change 55jobs :
66 pre-commit :
77 name : " pre-commit"
8- runs-on : ubuntu-24.04-large
8+ runs-on : github- ubuntu-latest-s
99 steps :
1010 - uses : jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
1111 with :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010 checks : read
1111jobs :
1212 notify :
13- runs-on : ubuntu-24.04-large
13+ runs-on : github- ubuntu-latest-s
1414 steps :
1515 - name : Send Slack Notification
1616 env :
Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- runs-on : ubuntu-24.04-large
10+ runs-on : github- ubuntu-latest-s
1111 name : Build
1212 permissions :
1313 id-token : write
You can’t perform that action at this time.
0 commit comments