Last active
June 10, 2025 05:15
-
-
Save 5ouma/fbe8d1874000ce6dcab6e85b21bbfac8 to your computer and use it in GitHub Desktop.
π·οΈ GitHub Label Configuration
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
[ | |
{ | |
"name": "𧨠Breaking Change", | |
"color": "d83500", | |
"description": "Includes breaking changes", | |
"aliases": ["breaking", "breaking-change", "Type: Breaking Change", "tagpr:major"] | |
}, | |
{ | |
"name": "π New Feature", | |
"color": "fff259", | |
"description": "A new feature", | |
"aliases": ["feature", "enhancement", "Type: Feature", "tagpr:minor"] | |
}, | |
{ | |
"name": "π§° Bug", | |
"color": "e37470", | |
"description": "A bug fix", | |
"aliases": ["bug", "Type: Bug"] | |
}, | |
{ | |
"name": "π Documentation", | |
"color": "c1d7e3", | |
"description": "Documentation only changes", | |
"aliases": ["document", "documents", "documentation", "Type: Documentation"] | |
}, | |
{ | |
"name": "π¨ Style", | |
"color": "d1a34c", | |
"description": "Changes that do not affect the meaning of the code", | |
"aliases": ["style", "Type: Style"] | |
}, | |
{ | |
"name": "π§Ή Refactoring", | |
"color": "e7d793", | |
"description": "A code change that neither fixes a bug nor adds a feature", | |
"aliases": ["refactor", "refactoring", "Type: Refactoring"] | |
}, | |
{ | |
"name": "ποΈ Performance", | |
"color": "ff6c02", | |
"description": "A code change that improves performance", | |
"aliases": ["perf", "performance"] | |
}, | |
{ | |
"name": "π§ͺ Testing", | |
"color": "7cce8a", | |
"description": "Adding missing tests or correcting existing tests", | |
"aliases": ["test", "testing", "Type: Testing"] | |
}, | |
{ | |
"name": "π¨ Build", | |
"color": "b2c6e0", | |
"description": "Changes that affect the build system or external dependencies", | |
"aliases": ["build", "Type: Build"] | |
}, | |
{ | |
"name": "π½ CI", | |
"color": "04cdfa", | |
"description": "Changes to CI configuration files and scripts", | |
"aliases": ["ci", "Type: CI"] | |
}, | |
{ | |
"name": "π§ Maintenance", | |
"color": "a3adb9", | |
"description": "Repository Maintenance", | |
"aliases": ["maintenance", "Type: Maintenance"] | |
}, | |
{ | |
"name": "βοΈ Revert", | |
"color": "6b829b", | |
"description": "Reverts a previous commit", | |
"aliases": ["revert", "Type: Revert"] | |
}, | |
{ | |
"name": "βοΈ Dependencies", | |
"color": "c6cace", | |
"description": "Dependency issues or Changes to dependency files", | |
"aliases": ["dependencies", "Type: Dependencies"] | |
}, | |
{ | |
"name": "π§ Meta", | |
"color": "fcc0d4", | |
"description": "Related to repository itself", | |
"aliases": ["meta", "Type: Meta"] | |
}, | |
{ | |
"name": "π Release", | |
"color": "72a4cc", | |
"description": "Related to release process", | |
"aliases": ["release", "Type: Release", "tagpr"] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generate labels with @azu/github-label-setup.