Skip to content

Commit 3b35338

Browse files
committed
ci(release-drafter): disable automatic triggers
Same fix as applied to main: replace push/pull_request triggers with workflow_dispatch to stop the action failing on every event due to the zero-releases pagination bug in release-drafter. Signed-off-by: Bruno Verachten <gounthar@gmail.com>
1 parent e571f79 commit 3b35338

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/release-drafter.yml

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

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

166
permissions:
177
contents: read

0 commit comments

Comments
 (0)