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.
set -e
1 parent fb5334d commit 229647fCopy full SHA for 229647f
.github/workflows/dependabot_automerge.yml
@@ -44,8 +44,12 @@ jobs:
44
45
- name: Approve the PR
46
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
47
- run: gh pr review --approve "$PR_URL"
+ run: |
48
+ set -e
49
+ gh pr review --approve "$PR_URL"
50
51
- name: Enable auto-merge for Dependabot PRs
52
- run: gh pr merge --auto --merge "$PR_URL"
53
54
55
+ gh pr merge --auto --merge "$PR_URL"
0 commit comments