We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f028bb commit 196fc05Copy full SHA for 196fc05
.github/workflows/release-drafter.yml
@@ -4,6 +4,13 @@ on:
4
push:
5
branches:
6
- "main"
7
+ # pull_request event is required only for autolabeler
8
+ pull_request:
9
+ # Only following types are handled by the action, but one can default to all as well
10
+ types: [opened, reopened, synchronize]
11
+ # pull_request_target event is required for autolabeler to support PRs from forks
12
+ pull_request_target:
13
14
workflow_dispatch:
15
16
jobs:
0 commit comments