Skip to content

Commit 17cd25b

Browse files
authored
Create release-drafter.yml (#534)
1 parent a25054d commit 17cd25b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Release Drafter
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
paths-ignore:
8+
- ".github/**"
9+
10+
jobs:
11+
update_release_draft:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Draft release
15+
uses: release-drafter/release-drafter@v5.25.0
16+
id: release_drafter
17+
with:
18+
disable-autolabeler: true
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)