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 5c3af28 commit 3a29f12Copy full SHA for 3a29f12
โ.github/workflows/release-drafter.ymlโ
@@ -8,7 +8,7 @@ on:
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: [closed]
+ 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]
@@ -38,4 +38,4 @@ jobs:
38
# config-name: my-config.yml
39
# disable-autolabeler: true
40
env:
41
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments