-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (32 loc) · 911 Bytes
/
Copy pathAuto-Release.yml
File metadata and controls
38 lines (32 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Auto-Release
run-name: "Auto-Release - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
# zizmor: ignore[dangerous-triggers] intentional - Auto-Release needs write access to create releases on PR merge
on:
pull_request_target:
branches:
- main
types:
- closed
- opened
- reopened
- synchronize
- labeled
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
jobs:
Auto-Release:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Auto-Release
# zizmor: ignore[unpinned-uses] not our action
uses: PSModule/Auto-Release@v1
with:
IncrementalPrerelease: false