Skip to content

Commit c921f8d

Browse files
authored
Add auto-merge & approve
1 parent 9bc109c commit c921f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
4040
make install
4141
git push
42-
# gh pr review --approve "$PR_URL"
43-
# gh pr merge --auto --merge "$PR_URL"
42+
gh pr merge --auto --merge "$PR_URL"
43+
gh pr review --approve "$PR_URL"
4444

0 commit comments

Comments
 (0)