diff --git a/.github/labels.yml b/.github/labels.yml index 09d7750..12b4078 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -1,4 +1,4 @@ -## https://github.com/crazy-max/ghaction-github-labeler +## more info https://github.com/crazy-max/ghaction-github-labeler - # bot name: ":robot: bot" color: "69cde9" @@ -7,6 +7,10 @@ name: ":bug: bug" color: "b60205" description: "" +- # dependencies + name: ":game_die: dependencies" + color: "0366d6" + description: "" - # documentation name: ":memo: documentation" color: "c5def5" @@ -55,10 +59,18 @@ name: ":thinking: needs more info" color: "795548" description: "" +- # pinned + name: ":pushpin: pinned" + color: "28008e" + description: "" - # question name: ":question: question" color: "3f51b5" description: "" +- # stale + name: ":skull: stale" + color: "237da0" + description: "" - # upstream name: ":eyes: upstream" color: "fbca04"