Skip to content

Instantly share code, notes, and snippets.

@josemarluedke
Last active November 10, 2019 02:19
Show Gist options
  • Save josemarluedke/984cbae3435a18818a5ae5d8aa44ff60 to your computer and use it in GitHub Desktop.
Save josemarluedke/984cbae3435a18818a5ae5d8aa44ff60 to your computer and use it in GitHub Desktop.
[
{
"color": "d93f0b",
"description": "This has a high priority",
"name": "Priority: High"
},
{
"color": "0e8a16",
"description": "This has a low priority",
"name": "Priority: Low"
},
{
"color": "fbca04",
"description": "This has a medium priority",
"name": "Priority: Medium"
},
{
"aliases": ["wontfix"],
"color": "000000",
"description": "This has been abandoned or will not be implemented",
"name": "Status: Abandoned"
},
{
"aliases": ["blocked"],
"color": "ee0701",
"description": "This is blocked",
"name": "Status: Blocked"
},
{
"aliases": ["duplicate"],
"color": "ededed",
"description": "This issue or pull request already exists",
"name": "Status: Duplicate"
},
{
"aliases": [
"beginner-friendly",
"beginner",
"good-starter-issue",
"starter-issue",
"help wanted",
"good first issue"
],
"color": "e99695",
"description": "Extra attention is needed or someone is needed to help",
"name": "Status: Help Wanted"
},
{
"color": "cccccc",
"description": "Work is in progress, not yet finished",
"name": "Status: In Progress"
},
{
"color": "d4c5f9",
"description": "This is a proposal",
"name": "Status: Proposal"
},
{
"color": "fbca04",
"description": "Pull request review is needed",
"name": "Status: Review Needed"
},
{
"aliases": ["breaking", "breaking-change"],
"color": "b60205",
"description": "This is a Breaking Change",
"name": "Type: Breaking Change"
},
{
"aliases": ["bug"],
"color": "ee0701",
"description": "Something isn't working",
"name": "Type: Bug"
},
{
"aliases": ["documentation"],
"color": "5319e7",
"description": "Change or add documentation",
"name": "Type: Documentation"
},
{
"aliases": ["enhancement"],
"color": "a2eeef",
"description": "This is changing something existing",
"name": "Type: Enhancement"
},
{
"aliases": ["maintenance", "testing", "test"],
"color": "006b75",
"description": "Internal changes in dependencies/tests or project maintenance",
"name": "Type: Internal"
},
{
"aliases": ["question"],
"color": "6eeac1",
"description": "Further information is requested",
"name": "Type: Question"
},
{
"aliases": ["refactor"],
"color": "fbca04",
"description": "Changes which don't affect functionality",
"name": "Type: Refactor"
},
{
"color": "c416e2",
"description": "Changes related to tooling of the project",
"name": "Type: Tooling"
},
{
"color": "3190b2",
"description": "Changes related to project dependencies",
"name": "Type: Dependencies"
},
{
"aliases": ["invalid"],
"color": "e4e669",
"description": "Invalid changes",
"name": "Type: Invalid"
}
]
@josemarluedke
Copy link
Author

josemarluedke commented May 11, 2019

https://github.com/Financial-Times/github-label-sync

github-label-sync --labels https://gist.githubusercontent.com/josemarluedke/984cbae3435a18818a5ae5d8aa44ff60/raw/github-labels.json --access-token GITHUB_TOKEN -A user/repo

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