File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212
1313 tag_release :
1414 needs : quality_checks
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-22.04
1616 steps :
1717 - name : Checkout code
1818 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2626 # This workflow contains a single job called "combine-prs"
2727 combine-prs :
2828 # The type of runner that the job will run on
29- runs-on : ubuntu-latest
29+ runs-on : ubuntu-22.04
3030
3131 # Steps represent a sequence of tasks that will be executed as part of the job
3232 steps :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
77
88jobs :
99 dependabot :
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-22.04
1111 if : ${{ github.actor == 'dependabot[bot]' }}
1212 steps :
1313 - name : Get token from Github App
Original file line number Diff line number Diff line change 44 types : [opened]
55jobs :
66 link-ticket :
7- runs-on : ubuntu-latest
7+ runs-on : ubuntu-22.04
88 env :
99 REF : ${{ github.event.pull_request.head.ref }}
1010 steps :
Original file line number Diff line number Diff line change 55
66jobs :
77 pr_title_format_check :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-22.04
99 steps :
1010 - name : Check PR Title is Prefixed with Change Type
1111 env :
Original file line number Diff line number Diff line change 1313
1414 release :
1515 needs : quality_checks
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-22.04
1717 steps :
1818 - name : Checkout code
1919 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments