Skip to content

Commit 69bf71f

Browse files
Merge pull request #247 from pohanhuangtw/fix/disable-release-drafter
fix: disable release drafter
2 parents aac6ed7 + 0594dd4 commit 69bf71f

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
name: Release Drafter
22

33
on:
4-
workflow_dispatch:
5-
push:
6-
# branches to consider in the event; optional, defaults to all
7-
branches:
8-
- main
9-
# pull_request event is required only for autolabeler
10-
pull_request:
11-
# Only following types are handled by the action, but one can default to all as well
12-
types: [opened, reopened, synchronize, edited]
13-
# pull_request_target event is required for autolabeler to support PRs from forks
14-
pull_request_target:
15-
types: [opened, reopened, synchronize, edited]
16-
4+
workflow_call:
175
permissions:
186
contents: read
197

0 commit comments

Comments
 (0)