Skip to content

Commit

Permalink
chore: update github labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Mar 21, 2024
1 parent 54fd94b commit 3345304
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion default-labels.js → default-labels.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = [
export default [
{
name: 'priority/critical',
color: 'b60205',
Expand All @@ -19,6 +19,16 @@ module.exports = [
color: 'f9d0c4',
description: 'Low: Not priority right now'
},
{
name: 'kind/docs',
color: 'c7def8',
description: 'Documentation related to the nano.community project or repo'
},
{
name: 'kind/content',
color: 'c7def8',
description: 'Information displayed on the site'
},
{
name: 'kind/architecture',
color: 'c7def8',
Expand Down

0 comments on commit 3345304

Please sign in to comment.