Skip to content

Commit 4be34ee

Browse files
ci: migrate to semantic-pr-release-drafter@0.3.0 (#880)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent c2db2a5 commit 4be34ee

File tree

2 files changed

+3
-80
lines changed

2 files changed

+3
-80
lines changed

.github/release-drafter.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/workflows/release_drafter.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,18 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
8-
# Only following types are handled by the action, but one can default to all as well
9-
types: [opened, reopened, synchronize]
10-
# # pull_request_target event is required for autolabeler to support PRs from forks
11-
# pull_request_target:
12-
# types: [opened, reopened, synchronize]
137

148
concurrency:
15-
group: release-drafter-${{ github.ref }}
9+
group: release-drafter
1610
cancel-in-progress: false
1711

1812
jobs:
1913
update_release_draft:
2014
permissions:
2115
contents: write
2216
pull-requests: write
23-
runs-on: ubuntu-24.04
17+
runs-on: ubuntu-latest
2418
steps:
25-
# Drafts the next Release notes as Pull Requests are merged into "main"
26-
# Pinned to v6.0.0 to avoid v6.1.0 bug: https://github.com/release-drafter/release-drafter/issues/1425
27-
- uses: release-drafter/release-drafter@v6.0.0
28-
with:
29-
config-name: release-drafter.yml
19+
- uses: aaronsteers/semantic-pr-release-drafter@v0.3.0
3020
env:
3121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)