mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 20:05:12 +00:00
Fix gh cli skill approve PR command example
This commit is contained in:
committed by
GitHub
parent
cd075a328d
commit
1a8c67e76b
@@ -1148,9 +1148,8 @@ gh pr comment 123 --delete 456789
|
|||||||
gh pr review 123
|
gh pr review 123
|
||||||
|
|
||||||
# Approve PR
|
# Approve PR
|
||||||
gh pr review 123 --approve
|
gh pr review 123 --approve \
|
||||||
|
--approve-body "LGTM!"
|
||||||
--approve-body "LGTM!"
|
|
||||||
|
|
||||||
# Request changes
|
# Request changes
|
||||||
gh pr review 123 --request-changes \
|
gh pr review 123 --request-changes \
|
||||||
|
|||||||
Reference in New Issue
Block a user