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 172e1d4 commit d32e52eCopy full SHA for d32e52e
.github/workflows/release-drafter.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
update_release_draft:
13
- if: "! (github.head_ref =~ '^doc/changelog-update-\\d+\\.\\d+\\.\\d+$')"
+ if: ${{ !contains(github.head_ref, 'doc/changelog-update-') }}
14
permissions:
15
contents: write
16
pull-requests: write
@@ -26,7 +26,7 @@ jobs:
26
27
update_version:
28
needs: update_release_draft
29
30
runs-on: ubuntu-latest
31
timeout-minutes: 30
32
0 commit comments