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 f13e304 commit dd110a9Copy full SHA for dd110a9
.github/workflows/pr-backmerge.yml
@@ -17,9 +17,9 @@ on:
17
jobs:
18
backmerge:
19
runs-on: ubuntu-latest
20
- # Only run this workflow when the commit message contains 'chore: bump version'
+ # Only run this workflow when the commit message contains 'bump version'
21
# This prevents unnecessary backmerges for regular commits to main
22
- if: startsWith(github.event.head_commit.message, 'bump version')
+ if: contains(github.event.head_commit.message, 'bump version')
23
24
steps:
25
# Step 1: Check out the repository code
0 commit comments