Skip to content

Commit 0594dd4

Browse files
committed
fix: disable release drafter
Unblock after get the permission. Signed-off-by: pohanhuangtw <pohan.huang@suse.com>
1 parent ffa2a12 commit 0594dd4

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)