Merge pull request #687 from jvanderwee/patch-2

Fix `gh pr review` body parameter
This commit is contained in:
Aaron Powell
2026-02-10 11:44:24 +11:00
committed by GitHub

View File

@@ -1148,8 +1148,7 @@ gh pr comment 123 --delete 456789
gh pr review 123
# Approve PR
gh pr review 123 --approve \
--approve-body "LGTM!"
gh pr review 123 --approve --body "LGTM!"
# Request changes
gh pr review 123 --request-changes \