Skip to content

Commit 2a6719e

Browse files
Rename Auto-Release.yml to Release.yml, align with action repo convention
1 parent 2e94f94 commit 2a6719e

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
on:
66
pull_request:
@@ -14,7 +14,7 @@ on:
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

2525
permissions:
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

2929
jobs:
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

0 commit comments

Comments
 (0)