@claude Please do the following: 1. CREATE these labels in this repository (if a label already exists, update its color): - `bug` with color `d73a4a` - `enhancement` with color `a2eeef` - `tech-debt` with color `fef2c0` - `feature` with color `0e8a16` - `priority: high` with color `b60205` - `priority: medium` with color `fbca04` - `priority: low` with color `0e8a16` 2. APPLY labels to these issues: - Issue #19: labels `enhancement` and `priority: high` - Issue #17: labels `bug` and `priority: high` - Issue #14: labels `enhancement` and `priority: high` - Issue #15: labels `tech-debt` and `priority: medium` - Issue #21: labels `feature` and `priority: medium` - Issue #20: labels `feature` and `priority: medium` - Issue #18: labels `feature` and `priority: medium` - Issue #16: labels `tech-debt` and `priority: low` Use the GitHub CLI (`gh`) commands to accomplish this. For creating labels use `gh label create` and for applying labels use `gh issue edit --add-label`. 3. After completing, close the temp issue #22 using `gh issue close 22`. 4. Then close THIS issue as well.
@claude Please do the following:
CREATE these labels in this repository (if a label already exists, update its color):
bugwith colord73a4aenhancementwith colora2eeeftech-debtwith colorfef2c0featurewith color0e8a16priority: highwith colorb60205priority: mediumwith colorfbca04priority: lowwith color0e8a16APPLY labels to these issues:
enhancementandpriority: highbugandpriority: highenhancementandpriority: hightech-debtandpriority: mediumfeatureandpriority: mediumfeatureandpriority: mediumfeatureandpriority: mediumtech-debtandpriority: lowUse the GitHub CLI (
gh) commands to accomplish this. For creating labels usegh label createand for applying labels usegh issue edit --add-label.gh issue close 22.