Skip to content

Commit 859cf23

Browse files
committed
fix: action μˆ˜μ •
1 parent 882a919 commit 859cf23

File tree

2 files changed

+6
-22
lines changed

2 files changed

+6
-22
lines changed

β€Ž.github/release-drafter.ymlβ€Ž

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

β€Ž.github/workflows/release-drafter.ymlβ€Ž

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Release Drafter
22

33
on:
4-
pull_request:
4+
push:
5+
# branches to consider in the event; optional, defaults to all
56
branches:
67
- main
8+
# pull_request event is required only for autolabeler
9+
pull_request:
710
# Only following types are handled by the action, but one can default to all as well
811
types: [closed]
912
# pull_request_target event is required for autolabeler to support PRs from forks
@@ -29,12 +32,10 @@ jobs:
2932
# echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV
3033

3134
# Drafts your next Release notes as Pull Requests are merged into "master"
32-
- uses: release-drafter/release-drafter@v5
35+
- uses: release-drafter/release-drafter@v6
3336
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
3437
# with:
3538
# config-name: my-config.yml
3639
# disable-autolabeler: true
37-
with:
38-
config-file-path: release-drafter.yml
3940
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
Β (0)