Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ On success it prints the new run ID, its state, and a link to follow it in the b

## Pull Request Commands

Pull requests belong to a **repository**, specified with `--repo` (required for `pr-create`, optional filter for `pr-list`). `pr-get`, `pr-open`, `pr-vote`, `pr-abandon` and `pr-complete` work by PR ID and resolve the repository automatically, so they need neither project nor repo.
Pull requests belong to a **repository**, specified with `--repo` (required for `pr-create`, optional filter for `pr-list`). `pr-get`, `pr-open`, `pr-vote`, `pr-comment`, `pr-abandon` and `pr-complete` work by PR ID and resolve the repository automatically, so they need neither project nor repo.

> `pr-list --mine` and `pr-vote` need your user ID, which is captured during `config --login` / `config --pat`. If they report a missing user ID, re-run `config` to refresh it.

Expand Down
Loading