Skip to content

Commit 3a29f12

Browse files
committed
fix: pr type ์ˆ˜์ •
1 parent 5c3af28 commit 3a29f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
# pull_request event is required only for autolabeler
99
pull_request:
1010
# Only following types are handled by the action, but one can default to all as well
11-
types: [closed]
11+
types: [opened, reopened, synchronize]
1212
# pull_request_target event is required for autolabeler to support PRs from forks
1313
# pull_request_target:
1414
# types: [opened, reopened, synchronize]
@@ -38,4 +38,4 @@ jobs:
3838
# config-name: my-config.yml
3939
# disable-autolabeler: true
4040
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
ย (0)