Skip to content

Instantly share code, notes, and snippets.

@5ouma
Last active June 10, 2025 05:15
Show Gist options
  • Save 5ouma/fbe8d1874000ce6dcab6e85b21bbfac8 to your computer and use it in GitHub Desktop.
Save 5ouma/fbe8d1874000ce6dcab6e85b21bbfac8 to your computer and use it in GitHub Desktop.
🏷️ GitHub Label Configuration
[
{
"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"]
}
]
@5ouma
Copy link
Author

5ouma commented Jun 20, 2024

Generate labels with @azu/github-label-setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment