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 f744d86 commit 9895d4aCopy full SHA for 9895d4a
.github/workflows/automerge.yml
@@ -22,7 +22,7 @@ jobs:
22
# Checking the PR title is a poor substitute for the actual PR changes
23
# but as long as this is used only with dependabot PRs,
24
# it should be safe to assume that the title is not misleading.
25
- regexp='^Bump .* from [0-9]+\.[0-9]+\.[0-9]+ to [0-9]+\.[0-9]+\.[0-9]+( in .*)?$'
+ regexp='^Bump .* from [0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)? to [0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?( in .*)?$'
26
if [[ "${PR_TITLE}" =~ $regexp ]]; then
27
gh pr review --approve "${PR_URL}"
28
else
0 commit comments