Update pull request
Updates pull requests by modifying titles, descriptions, status, and publishing drafts.
/plugin marketplace add rlcurrall/aide/plugin install aide@aide-marketplaceUpdate an existing pull request.
/aide:pr-update <pr-id> --title "New title" - Update PR title
/aide:pr-update <pr-id> --description "New description" - Update PR description
/aide:pr-update <pr-id> --publish - Publish a draft PR (make it active)
/aide:pr-update <pr-id> --draft - Convert PR back to draft
/aide:pr-update <pr-id> --abandon - Abandon the PR
/aide:pr-update <pr-id> --activate - Reactivate an abandoned PR
/aide:pr-update --title "New title" - Auto-detect PR from current branch
Run the following command with the provided arguments:
aide pr update $ARGUMENTS
| Flag | Description |
|---|---|
--title | Update PR title |
--description | Update PR description |
--draft | Convert to draft PR |
--publish | Publish draft PR (make active) |
--abandon | Abandon the PR |
--activate | Reactivate an abandoned PR |
Displays the updated PR details including:
Common update scenarios:
--publish to mark ready for merge--draft if more work is needed--abandon to close without merging