Skip to content

Commit 891be4f

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 26655ce commit 891be4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/agents/issue-tracker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Issues and PRDs for this repo live as GitHub issues. Use the `gh` CLI for all op
55
## Conventions
66

77
- **Create an issue**: `gh issue create --title "..." --body "..."`. Use a heredoc for multi-line bodies.
8-
- **Read an issue**: `gh issue view <number> --comments`, filtering comments by `jq` and also fetching labels.
8+
- **Read an issue**: `gh issue view <number> --comments`
99
- **List issues**: `gh issue list --state open --json number,title,body,labels,comments --jq '[.[] | {number, title, body, labels: [.labels[].name], comments: [.comments[].body]}]'` with appropriate `--label` and `--state` filters.
1010
- **Comment on an issue**: `gh issue comment <number> --body "..."`
1111
- **Apply / remove labels**: `gh issue edit <number> --add-label "..."` / `--remove-label "..."`

0 commit comments

Comments
 (0)