This repository was archived by the owner on May 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI
22
3+ permissions : {}
4+
35on :
46 pull_request :
57 push :
1012 - renovate/**
1113
1214jobs :
13- prepare_jobs :
14- name : " Prepare: job optimization"
15- runs-on : ubuntu-latest
16- outputs :
17- pr_found : ${{ steps.pr.outputs.pr_found }}
18- steps :
19- - name : Get current PR
20- id : pr
21- uses : 8BitJonny/gh-get-current-pr@4056877062a1f3b624d5d4c2bedefa9cf51435c9 # 4.0.0
22- with :
23- filterOutClosed : true
24- filterOutDraft : true
15+ ci-optimization :
16+ name : CI optimization
17+ uses : dargmuesli/github-actions/.github/workflows/ci-optimization.yml@a8900fcf9e9d1e7f4c1138484cb7bf8d7bd3f3cb # 3.0.0
18+ permissions :
19+ pull-requests : read
2520 build :
26- needs : prepare_jobs
27- name : dargstack rgen
28- uses : dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2b47b35b82df04152c34ae042bd011dd83f28ffd # 2.8.0
29- if : needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
21+ needs : ci-optimization
22+ if : needs.ci-optimization.outputs.continue == 'true'
23+ name : Validate `README.md`
24+ permissions :
25+ contents : read
26+ uses : dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2e609b27f8b3a698ba389d86518c92bca3a5d492 # 3.1.0
3027 release-semantic :
3128 needs : build
3229 name : Semantic Release
33- uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2b47b35b82df04152c34ae042bd011dd83f28ffd # 2.8 .0
30+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2e609b27f8b3a698ba389d86518c92bca3a5d492 # 3.1 .0
3431 permissions :
3532 contents : write
33+ id-token : write
3634 secrets :
3735 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments