Skip to content

Commit 947d0ff

Browse files
committed
1 parent 8e87c37 commit 947d0ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release-drafter.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Automates creation of Release Drafts using Release Drafter
22
# More Info: https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
3+
---
4+
name: Release Drafter
35

46
on:
57
push:
8+
# branches to consider in the event; optional, defaults to all
69
branches:
710
- master
811

12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
916
jobs:
1017
update_release_draft:
1118
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)