Fix gh cli skill approve PR command example

This commit is contained in:
Joseph Van der Wee
2026-02-05 09:01:30 +00:00
committed by GitHub
parent cd075a328d
commit 1a8c67e76b

View File

@@ -1148,9 +1148,8 @@ 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 \
--approve-body "LGTM!"
# Request changes
gh pr review 123 --request-changes \