We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e0f29 commit 062d29dCopy full SHA for 062d29d
1 file changed
.github/workflows/release-drafter.yml
@@ -6,6 +6,10 @@ on:
6
# branches to consider in the event; optional, defaults to all
7
branches:
8
- master
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]
13
14
jobs:
15
update_release_draft:
0 commit comments