File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1- name : Auto- Release
1+ name : Release
22
3- run-name : " Auto- Release - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
3+ run-name : " Release - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
44
55on :
66 pull_request :
1414 - labeled
1515 paths :
1616 - ' .github/workflows/**'
17- - ' !.github/workflows/Auto- Release.yml'
17+ - ' !.github/workflows/Release.yml'
1818 - ' !.github/workflows/Linter.yml'
1919 - ' !.github/workflows/Workflow-Test-*'
2020
@@ -23,19 +23,17 @@ concurrency:
2323 cancel-in-progress : true
2424
2525permissions :
26- contents : write
27- pull-requests : write
26+ contents : write # Required to create releases
27+ pull-requests : write # Required to create comments on the PRs
2828
2929jobs :
30- Auto- Release :
30+ Release :
3131 runs-on : ubuntu-latest
3232 steps :
33- - name : Checkout Code
33+ - name : Checkout repo
3434 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535 with :
3636 persist-credentials : false
3737
38- - name : Auto- Release
38+ - name : Release
3939 uses : PSModule/Release-GHRepository@5a5165d66f485d1aad217ef34a190178b214fdcb # v2.0.2
40- with :
41- IncrementalPrerelease : false
You can’t perform that action at this time.
0 commit comments