|  | 
| 1 | 1 | ## more info https://github.com/crazy-max/ghaction-github-labeler | 
| 2 |  | -- # automerge | 
| 3 |  | -  name: ":bell: automerge" | 
| 4 |  | -  color: "8f4fbc" | 
| 5 |  | -  description: "" | 
| 6 |  | -- # bot | 
| 7 |  | -  name: ":robot: bot" | 
|  | 2 | +- | 
|  | 3 | +  name: "bot" | 
| 8 | 4 |   color: "69cde9" | 
| 9 | 5 |   description: "" | 
| 10 |  | -- # bug | 
| 11 |  | -  name: ":bug: bug" | 
|  | 6 | +  from_name: ":robot: bot" | 
|  | 7 | +- | 
|  | 8 | +  name: "good first issue" | 
|  | 9 | +  color: "7057ff" | 
|  | 10 | +  description: "" | 
|  | 11 | +  from_name: ":hatching_chick: good first issue" | 
|  | 12 | +- | 
|  | 13 | +  name: "help wanted" | 
|  | 14 | +  color: "4caf50" | 
|  | 15 | +  description: "" | 
|  | 16 | +  from_name: ":pray: help wanted" | 
|  | 17 | +- | 
|  | 18 | +  name: "area/ci" | 
|  | 19 | +  color: "ed9ca9" | 
|  | 20 | +  description: "" | 
|  | 21 | +- | 
|  | 22 | +  name: "area/dockerfile" | 
|  | 23 | +  color: "03a9f4" | 
|  | 24 | +  description: "" | 
|  | 25 | +- | 
|  | 26 | +  name: "kind/bug" | 
| 12 | 27 |   color: "b60205" | 
| 13 | 28 |   description: "" | 
| 14 |  | -- # dependencies | 
| 15 |  | -  name: ":game_die: dependencies" | 
|  | 29 | +  from_name: ":bug: bug" | 
|  | 30 | +- | 
|  | 31 | +  name: "kind/dependencies" | 
| 16 | 32 |   color: "0366d6" | 
| 17 | 33 |   description: "" | 
| 18 |  | -- # documentation | 
| 19 |  | -  name: ":memo: documentation" | 
|  | 34 | +  from_name: ":game_die: dependencies" | 
|  | 35 | +- | 
|  | 36 | +  name: "kind/docs" | 
| 20 | 37 |   color: "c5def5" | 
| 21 | 38 |   description: "" | 
| 22 |  | -- # duplicate | 
| 23 |  | -  name: ":busts_in_silhouette: duplicate" | 
|  | 39 | +  from_name: ":memo: documentation" | 
|  | 40 | +- | 
|  | 41 | +  name: "kind/duplicate" | 
| 24 | 42 |   color: "cccccc" | 
| 25 | 43 |   description: "" | 
| 26 |  | -- # enhancement | 
| 27 |  | -  name: ":sparkles: enhancement" | 
|  | 44 | +  from_name: ":busts_in_silhouette: duplicate" | 
|  | 45 | +- | 
|  | 46 | +  name: "kind/enhancement" | 
| 28 | 47 |   color: "0054ca" | 
| 29 | 48 |   description: "" | 
| 30 |  | -- # feature request | 
| 31 |  | -  name: ":bulb: feature request" | 
| 32 |  | -  color: "0e8a16" | 
| 33 |  | -  description: "" | 
| 34 |  | -- # feedback | 
| 35 |  | -  name: ":mega: feedback" | 
| 36 |  | -  color: "03a9f4" | 
| 37 |  | -  description: "" | 
| 38 |  | -- # future maybe | 
| 39 |  | -  name: ":rocket: future maybe" | 
| 40 |  | -  color: "fef2c0" | 
|  | 49 | +  from_name: ":sparkles: enhancement" | 
|  | 50 | +- | 
|  | 51 | +  name: "kind/invalid" | 
|  | 52 | +  color: "e6e6e6" | 
| 41 | 53 |   description: "" | 
| 42 |  | -- # good first issue | 
| 43 |  | -  name: ":hatching_chick: good first issue" | 
| 44 |  | -  color: "7057ff" | 
|  | 54 | +  from_name: ":no_entry_sign: invalid" | 
|  | 55 | +- | 
|  | 56 | +  name: "kind/upstream" | 
|  | 57 | +  color: "fbca04" | 
| 45 | 58 |   description: "" | 
| 46 |  | -- # help wanted | 
| 47 |  | -  name: ":pray: help wanted" | 
| 48 |  | -  color: "4caf50" | 
|  | 59 | +  from_name: ":eyes: upstream" | 
|  | 60 | +- | 
|  | 61 | +  name: "kind/wontfix" | 
|  | 62 | +  color: "ffffff" | 
| 49 | 63 |   description: "" | 
| 50 |  | -- # invalid | 
| 51 |  | -  name: ":no_entry_sign: invalid" | 
| 52 |  | -  color: "e6e6e6" | 
|  | 64 | +  from_name: ":coffin: wontfix" | 
|  | 65 | +- | 
|  | 66 | +  name: "status/automerge" | 
|  | 67 | +  color: "8f4fbc" | 
| 53 | 68 |   description: "" | 
| 54 |  | -- # investigate | 
| 55 |  | -  name: ":mag: investigate" | 
|  | 69 | +  from_name: ":bell: automerge" | 
|  | 70 | +- | 
|  | 71 | +  name: "status/needs-investigation" | 
| 56 | 72 |   color: "e6625b" | 
| 57 | 73 |   description: "" | 
| 58 |  | -- # needs more info | 
| 59 |  | -  name: ":thinking: needs more info" | 
|  | 74 | +  from_name: ":mag: investigate" | 
|  | 75 | +- | 
|  | 76 | +  name: "status/needs-more-info" | 
| 60 | 77 |   color: "795548" | 
| 61 | 78 |   description: "" | 
| 62 |  | -- # pinned | 
| 63 |  | -  name: ":pushpin: pinned" | 
| 64 |  | -  color: "28008e" | 
| 65 |  | -  description: "" | 
| 66 |  | -- # question | 
| 67 |  | -  name: ":question: question" | 
| 68 |  | -  color: "3f51b5" | 
| 69 |  | -  description: "" | 
| 70 |  | -- # sponsor | 
| 71 |  | -  name: ":sparkling_heart: sponsor" | 
| 72 |  | -  color: "fedbf0" | 
| 73 |  | -  description: "" | 
| 74 |  | -- # stale | 
| 75 |  | -  name: ":skull: stale" | 
|  | 79 | +  from_name: ":thinking: needs more info" | 
|  | 80 | +- | 
|  | 81 | +  name: "status/stale" | 
| 76 | 82 |   color: "237da0" | 
| 77 | 83 |   description: "" | 
| 78 |  | -- # upstream | 
| 79 |  | -  name: ":eyes: upstream" | 
| 80 |  | -  color: "fbca04" | 
| 81 |  | -  description: "" | 
| 82 |  | -- # wontfix | 
| 83 |  | -  name: ":coffin: wontfix" | 
| 84 |  | -  color: "ffffff" | 
|  | 84 | +  from_name: ":skull: stale" | 
|  | 85 | +- | 
|  | 86 | +  name: "status/triage" | 
|  | 87 | +  color: "dde4b7" | 
| 85 | 88 |   description: "" | 
0 commit comments