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 879524c commit 661d27fCopy full SHA for 661d27f
.github/workflows/automerge.yml
@@ -24,7 +24,7 @@ jobs:
24
# Checking the PR title is a poor substitute for the actual PR changes
25
# but as long as this is used only with dependabot PRs,
26
# it should be safe to assume that the title is not misleading.
27
- regexp='^Bump .* from [0-9]+\.[0-9]+(\.[0-9]+)?(\.[0-9]+)?(\-[a-z]+)? to [0-9]+\.[0-9]+(\.[0-9]+)?(\.[0-9]+)?(\-[a-z]+)?( in .*)?$'
+ regexp='[Bb]ump .* from [0-9]+\.[0-9]+(\.[0-9]+)?(\.[0-9]+)?(\-[a-z]+)? to [0-9]+\.[0-9]+(\.[0-9]+)?(\.[0-9]+)?(\-[a-z]+)?( in .*)?$'
28
if ! [[ "${PR_TITLE}" =~ ${regexp} ]] ; then
29
echo 'Non-semver upgrade, needs manual review.'
30
elif [ "${BASH_REMATCH[3]}" != "${BASH_REMATCH[6]}" ] ; then
0 commit comments