fix: add .github/labels.yml for Automatic Label Sync workflow - #18
Merged
Conversation
The reusable label-sync workflow merges this file with the shared sapphiredev/.github core labels, but it was missing here, causing the workflow to fail (open overwrite-labels/.github/labels.yml: no such file or directory).
Comment on lines
+21
to
+23
| - name: packages:plugins-subcommands-advanced | ||
| color: "1d76db" | ||
| description: Changes in plugins-subcommands-advanced |
There was a problem hiding this 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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The reusable label-sync workflow merges this file with the shared sapphiredev/.github core labels, but it was missing here, causing the workflow to fail (open overwrite-labels/.github/labels.yml: no such file or directory).
🔗 Linked issue
🧭 Context
📚 Description
Key changes
Type of Change
Pre-flight Checklist
pnpm changeset(orpnpm changeset add --emptyif no release is needed). See .changeset/README.md.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is enabled.Confidence Score: 4/5
The PR appears safe to merge, with a non-blocking cleanup needed for the unused plugins-subcommands-advanced package label.
The manifest is valid and supplies the workflow's missing input, while one newly synchronized label has no corresponding workspace package or path-labeler rule.
Files Needing Attention: .github/labels.yml
What T-Rex did
Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "fix: add .github/labels.yml for Automati..." | Re-trigger Greptile