Skip to content

Commit dcd61e6

Browse files
author
Vivek Vishal
authored
don't draft changes made to .github or archieve (cloud releases) folder
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 345a6cf commit dcd61e6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release-drafter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
# our release branch
66
branches:
77
- master
8+
paths-ignore:
9+
- '.github/**'
10+
- 'archive/**'
811

912
jobs:
1013
update_release_draft:
@@ -15,4 +18,4 @@ jobs:
1518
with:
1619
config-name: release-drafter.yml
1720
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)