Skip to content

Commit

Permalink
Update bin/automerge-prs
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Buchou <[email protected]>
  • Loading branch information
pbrisbin and joris974 committed Oct 4, 2024
1 parent 69e7217 commit 87f844f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/automerge-prs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ for json in "$tmp"/*.json; do
fi
;;
*)
printf ' \e[1;37m=>\e[0m \e[32mApprove and enable auto-merge\e[0m\n'
printf ' \e[1;37m=>\e[0m \e[32mEnable auto-merge and approve\e[0m\n'
if ((!DRY_RUN)); then
gh_pr merge --auto "$number" --"$STRATEGY"
gh_pr review --approve "$number"
Expand Down

0 comments on commit 87f844f

Please sign in to comment.