@staff0rd/assist 0.487.0 → 0.487.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,7 +6,7 @@ Process review comments for the current branch's pull request.
|
|
|
6
6
|
|
|
7
7
|
## Fetching Comments
|
|
8
8
|
|
|
9
|
-
Fetch all review comments using `assist prs list-comments`. This returns both review-level and line-level comments, each with a `type` field ("review" or "line"). Comments are also cached to
|
|
9
|
+
Fetch all review comments using `assist prs list-comments`. This returns both review-level and line-level comments, each with a `type` field ("review" or "line"). Comments are also cached to `~/.assist/pr-comments/{org}/{repo}/pr-{prNumber}-comments.yaml` for use by reply and resolve commands.
|
|
10
10
|
|
|
11
11
|
**Note:** Line comments include a `resolved` field - only process comments where `resolved: false`. Resolved comments are included for reference when addressing subsequent comments.
|
|
12
12
|
|