File tree Expand file tree Collapse file tree 2 files changed +3
-80
lines changed
Expand file tree Collapse file tree 2 files changed +3
-80
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
148concurrency :
15- group : release-drafter-${{ github.ref }}
9+ group : release-drafter
1610 cancel-in-progress : false
1711
1812jobs :
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 }}
You can’t perform that action at this time.
0 commit comments