Skip to content

Commit

Permalink
Remove duplicate output
Browse files Browse the repository at this point in the history
  • Loading branch information
dskloetd committed Feb 14, 2025
1 parent 93698d1 commit f4647b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/github-mark-ready
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,9 @@ while true; do
if [[ "$IN_PROGRESS" -eq 0 ]]; then
echo "All checks passed."
gh --repo "$REPO" pr ready "$PR"
echo "PR marked as 'Ready for review'."

if [[ "$MERGE_WHEN_READY" == "true" ]]; then
gh --repo "$REPO" pr merge "$PR" --auto
echo "PR marked as 'Merge when ready'."
fi
exit 0
fi
Expand Down

0 comments on commit f4647b8

Please sign in to comment.