We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc109c commit c921f8dCopy full SHA for c921f8d
.github/workflows/Dependabot.yml
@@ -39,6 +39,6 @@ jobs:
39
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
40
make install
41
git push
42
- # gh pr review --approve "$PR_URL"
43
- # gh pr merge --auto --merge "$PR_URL"
+ gh pr merge --auto --merge "$PR_URL"
+ gh pr review --approve "$PR_URL"
44
0 commit comments