From c421d7a45f2170d529bc9fb871adffba0b97dcb0 Mon Sep 17 00:00:00 2001 From: Jonas Lima de Amorim Date: Fri, 24 Jul 2026 21:48:35 -0300 Subject: [PATCH] docs: include pr-comment in the auto-resolve repository list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec395f4..fddf1e9 100644 --- a/README.md +++ b/README.md @@ -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.