Skip to content

Commit

Permalink
Fetch GitHub issue labels
Browse files Browse the repository at this point in the history
  • Loading branch information
hackebrot committed Feb 19, 2019
1 parent 08d3d05 commit f323d29
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions labels.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
[bug]
color = "ea707a"
description = "Bugs and problems with pytest-emoji"
name = "bug"

["code quality"]
color = "fcc4db"
description = "Tasks related to linting, coding style, type checks"
name = "code quality"

[dependencies]
color = "43a2b7"
description = "Tasks related to managing dependencies"
name = "dependencies"

[discussion]
color = "8f7ad6"
description = "Issues for discussing ideas for features"
name = "discussion"

["do not merge"]
color = "e069aa"
description = "Pull requests which must not be merged"
name = "do not merge"

[docs]
color = "2abf88"
description = "Tasks to write and update documentation"
name = "docs"

[enhancement]
color = "81c4e2"
description = "New feature or enhancement for pytest-emoji"
name = "enhancement"

["good first issue"]
color = "b6f4a1"
description = "Tasks to pick up by newcomers to pyest-emoji"
name = "good first issue"

[misc]
color = "f9d03b"
description = "Tasks that don't fit any of the other categories"
name = "misc"

[project]
color = "bbd1f7"
description = "Tasks related to managing pytest-emoji"
name = "project"

0 comments on commit f323d29

Please sign in to comment.