Skip to content

Commit 0906c8a

Browse files
committed
chore: split responsibilities of labelling and releasing
Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent 58f3768 commit 0906c8a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release-drafter.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ on:
55
push:
66
branches:
77
- 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]
158

169
permissions:
1710
contents: read
@@ -20,7 +13,6 @@ jobs:
2013
main:
2114
permissions:
2215
contents: write
23-
pull-requests: write
2416
name: Generate release notes
2517
runs-on: ubuntu-latest
2618
steps:

0 commit comments

Comments
 (0)