Skip to content

Commit

Permalink
Fix check for dependabot-auto-merge, adjust commit-message check (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy authored Apr 26, 2022
1 parent 35d3835 commit 1b31b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' &&
github.actor == 'dependabot[bot]' && (
startsWith(github.event.workflow_run.head_commit.message, 'Bump')
contains(github.event.workflow_run.head_commit.message, 'ump ') // starts-with or contains "[Bb]ump"
) &&
github.repository == 'projectnessie/cel-java'
Expand Down

0 comments on commit 1b31b2d

Please sign in to comment.