Skip to content

Commit a58c9c9

Browse files
committed
Review first
1 parent 4789c16 commit a58c9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
run: echo "${RELEASE_TOKEN}" | gh auth login --with-token
1919
- name: Enable auto-merge for Dependabot PRs
2020
run: |
21-
gh pr merge --auto --squash "${PR_URL}"
2221
# Checking the PR title is a poor substitute for the actual PR changes
2322
# but as long as this is used only with dependabot PRs,
2423
# it should be safe to assume that the title is not misleading.
@@ -28,6 +27,7 @@ jobs:
2827
else
2928
echo 'Non-semver upgrade needs manual review'
3029
fi
30+
gh pr merge --auto --squash "${PR_URL}"
3131
env:
3232
PR_TITLE: ${{github.event.pull_request.title}}
3333
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)