Skip to content

Commit

Permalink
fix ignore-paths for release drafter (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
peimanja authored Dec 16, 2021
1 parent 00d0e0a commit 8f1f5f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name-template: 'v$RESOLVED_VERSION'
name-template: 'v$RESOLVED_VERSION Opvic control plane and agent'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ on:
push:
branches:
- main
paths:
- '!charts/**'
- '!.github/**'
paths-ignore:
- 'charts/**'
- '.github/**'
pull_request:
types: [opened, reopened, synchronize]
branches:
- main
pull_request_target:
types: [opened, reopened, synchronize]

jobs:
update_release_draft:
Expand Down

0 comments on commit 8f1f5f0

Please sign in to comment.