Skip to content

Commit 5c5a38a

Browse files
committed
Update release drafter conditions to exclude specific changelog updates
1 parent adb9df5 commit 5c5a38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
update_version:
2626
needs: update_release_draft
27-
if: ${{ !contains(github.head_ref, 'doc/changelog-update-') && startsWith(github.event.head_commit.message, 'Merge pull request') }}
27+
if: ${{ !contains(github.head_ref, 'doc/changelog-update-') && !contains(github.event.head_commit.message, 'from domaframework/doc/changelog-update-') && startsWith(github.event.head_commit.message, 'Merge pull request') }}
2828
runs-on: ubuntu-latest
2929
timeout-minutes: 30
3030
permissions:

0 commit comments

Comments
 (0)