Skip to content

Commit

Permalink
Add maintenance label
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Dec 31, 2018
1 parent 961dd42 commit 6a9b3e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/gh_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
BUG = 'c45b46'
FEATURE = '7b17d8'
SUPPORT = 'efbe62'
DOCS = 'b2ffeb'
MAINTENANCE = 'b2ffeb'

CATEGORY = '709ad8'
SUBCATEGORY = 'bfd4f2'
Expand All @@ -36,11 +36,12 @@
# Category
'core': (CATEGORY, "Related to the core code."),
'integration': (CATEGORY, "Related to packaging and/or testing."),
'maintenance': (MAINTENANCE, "Maintenance chore."),
'docs': (CATEGORY, "Related to documentation."),

# Sub categories
'markdown-parser': (SUBCATEGORY, "Python Markdown parser"),
'github-parser': (SUBCATEGORY, "GitHub parser"),
'markdown-parser': (SUBCATEGORY, "Python Markdown parser."),
'github-parser': (SUBCATEGORY, "GitHub parser."),
'gitlab-parser': (SUBCATEGORY, "GitLab parser."),
'other-parser': (SUBCATEGORY, "GitLab parser."),

Expand Down

0 comments on commit 6a9b3e7

Please sign in to comment.