Skip to content

Commit 8a48276

Browse files
authored
Merge pull request #275 from domaframework/ci/ignore-update-version-with-pr
Update release drafter conditions to exclude specific changelog updates
2 parents adb9df5 + 5c5a38a commit 8a48276

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)