We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adb9df5 + 5c5a38a commit 8a48276Copy full SHA for 8a48276
.github/workflows/release-drafter.yml
@@ -24,7 +24,7 @@ jobs:
24
25
update_version:
26
needs: update_release_draft
27
- if: ${{ !contains(github.head_ref, 'doc/changelog-update-') && startsWith(github.event.head_commit.message, 'Merge pull request') }}
+ 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') }}
28
runs-on: ubuntu-latest
29
timeout-minutes: 30
30
permissions:
0 commit comments