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.
1 parent adb9df5 commit 5c5a38aCopy full SHA for 5c5a38a
.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