We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffa2f7 commit bc29f62Copy full SHA for bc29f62
1 file changed
.github/workflows/draft.yml
@@ -5,9 +5,6 @@ on:
5
branches:
6
- master
7
8
- pull_request:
9
- types: [opened, reopened, synchronize]
10
-
11
permissions:
12
contents: read
13
@@ -22,7 +19,5 @@ jobs:
22
19
pull-requests: write
23
20
steps:
24
21
- uses: release-drafter/release-drafter@v7.1.1
25
- with:
26
- disable-releaser: ${{ github.event_name == 'pull_request' }}
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments