Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ttizze committed Jul 27, 2024
1 parent 3010248 commit ed5a443
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
{
"name": "feature",
"color": "0e8a16",
"color": "0052cc",
"description": "New feature implementation"
},
{
Expand All @@ -30,17 +30,17 @@
"description": "Extra attention is needed"
},
{
"name": "duplicate",
"name": "close: duplicate",
"color": "cfd3d7",
"description": "This issue already exists"
},
{
"name": "wontfix",
"name": "close: wontfix",
"color": "ffffff",
"description": "This will not be worked on"
},
{
"name": "invalid",
"name": "close: invalid",
"color": "e4e669",
"description": "This doesn't seem right"
},
Expand All @@ -51,12 +51,12 @@
},
{
"name": "refactor",
"color": "f6a2ff",
"color": "fbca04",
"description": "Code refactoring"
},
{
"name": "chore",
"color": "f6a2ff",
"color": "bfdadc",
"description": "General maintenance tasks"
}
]

0 comments on commit ed5a443

Please sign in to comment.