gh-update-pr
Original:🇺🇸 English
Translated
Use when updating GitHub PR title or body. Works around the gh pr edit GraphQL bug caused by GitHub's Projects Classic deprecation.
6installs
Sourcelwlee2608/agent-skills
Added on
NPX Install
npx skill4agent add lwlee2608/agent-skills gh-update-prTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Update PR via REST API
gh pr editprojectCardsRules
- Never use to update PR title or body. It will fail with a GraphQL error.
gh pr edit - Use with the REST endpoint:
gh apibashgh api repos/{owner}/{repo}/pulls/{number} -X PATCH -f title="..." -f body="..." --jq '.html_url' - To get the current PR number and repo, use:
bash
gh pr view --json number,url,baseRefName - and
gh pr viewstill work fine. Onlygh pr createis affected.gh pr edit