Skip to content

Commit 109ab74

Browse files
committed
release drafter upd
1 parent 60704b8 commit 109ab74

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
8-
# types: [opened, reopened, synchronize]
7+
# pull_request:
8+
# types: [opened, reopened, synchronize]
9+
10+
# Permissions for default token (secrets.GITHUB_TOKEN)
11+
permissions:
12+
contents: write
13+
pull-requests: read
914

1015
jobs:
1116
update_release_draft:

0 commit comments

Comments
 (0)