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 4789c16 commit a58c9c9Copy full SHA for a58c9c9
.github/workflows/automerge.yml
@@ -18,7 +18,6 @@ jobs:
18
run: echo "${RELEASE_TOKEN}" | gh auth login --with-token
19
- name: Enable auto-merge for Dependabot PRs
20
run: |
21
- gh pr merge --auto --squash "${PR_URL}"
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.
@@ -28,6 +27,7 @@ jobs:
28
27
else
29
echo 'Non-semver upgrade needs manual review'
30
fi
+ gh pr merge --auto --squash "${PR_URL}"
31
env:
32
PR_TITLE: ${{github.event.pull_request.title}}
33
PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments