Update Pull Request
Update specific sections of an existing PR.
Steps
- •
Check current PR body:
bashgh pr view --json body
- •
Update relevant sections:
bashworkon pr-update --summary "..." --description "..." --testing "..."
Only include the flags for sections you're updating.
Available Flags
- •
--summary "..."- Update the summary section - •
--description "..."- Update the description section - •
--testing "..."- Update the testing instructions - •
--ticket <id>- Update the ticket reference
Pipe Content
For longer content, pipe it to a specific section:
bash
echo "content" | workon pr-update --description -