Skip to content

Commit

Permalink
Merge pull request #18 from opticSquid/next
Browse files Browse the repository at this point in the history
removing hashes from rgb color codes of issue labels
  • Loading branch information
opticSquid authored Jan 31, 2022
2 parents 132e4f7 + 7ccf605 commit 5cf0837
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,41 +37,41 @@
{
"name": "bug",
"description": "Something isn't working",
"color": "#d73a4a"
"color": "d73a4a"
},
{
"name": "dependencies",
"description": "Pull requests that update a dependency file",
"color": "#97FAFA"
"color": "97FAFA"
},
{
"name": "documentation",
"description": "Pull requests that update documentation",
"color": "#0075ca"
"color": "0075ca"
},
{
"name": "duplicate",
"description": "This issue or pull request already exists",
"color": "#cfd3d7"
"color": "cfd3d7"
},
{
"name": "enhancement",
"description": "A feature request",
"color": "#7cc576"
"color": "7cc576"
},
{
"name": "invalid",
"description": "The issue or pull request is invalid",
"color": "#d73a4a"
"color": "d73a4a"
},
{
"name": "question",
"description": "A question",
"color": "#6f42c1"
"color": "6f42c1"
},
{
"name": "wontfix",
"description": "The issue or pull request won't be fixed",
"color": "#d73a4a"
"color": "d73a4a"
}
]

0 comments on commit 5cf0837

Please sign in to comment.