Skip to content

Commit 0d89f2e

Browse files
authored
Merge pull request #200 from imaginer-dev/release
fix: drafter type ์ˆ˜์ •
2 parents 45f914e + fb9ce18 commit 0d89f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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: [opened, reopened, synchronize]
11+
types: [closed]
1212
# pull_request_target event is required for autolabeler to support PRs from forks
1313
# pull_request_target:
1414
# types: [opened, reopened, synchronize]

0 commit comments

Comments
ย (0)