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
23 changes: 23 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- name: bug
color: "d73a4a"
description: "Something isn't working"
- name: enhancement
color: "a2eeef"
description: New feature or request
- name: good first issue
color: "7057ff"
description: Good for newcomers
- name: invalid
color: "e4e669"
description: This doesn't seem right
- name: question
color: "d876e3"
description: Further information is requested
- name: wontfix
color: "ffffff"
description: This will not be worked on
- name: packages:plugin-api
color: "ededed"
- name: packages:plugins-subcommands-advanced
color: "1d76db"
description: Changes in plugins-subcommands-advanced
Comment on lines +21 to +23

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Unused package label definition

packages:plugins-subcommands-advanced has no corresponding workspace package or path-labeler mapping, so label sync maintains a dead label that clutters the repository label namespace.

Suggested change
- name: packages:plugins-subcommands-advanced
color: "1d76db"
description: Changes in plugins-subcommands-advanced
Prompt To Fix With AI
This is a comment left during a code review.
Path: .github/labels.yml
Line: 21-23

Comment:
**Unused package label definition**

`packages:plugins-subcommands-advanced` has no corresponding workspace package or path-labeler mapping, so label sync maintains a dead label that clutters the repository label namespace.

```suggestion

```

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Fix in Claude Code Fix in Cursor Fix in Cursor Cloud Agents

Loading