|
| 1 | +# Lifecycle labels |
| 2 | +- name: "DO NOT MERGE" |
| 3 | + color: "ba1b48" |
| 4 | + description: "This PR must not be merged in its current state" |
| 5 | +- name: "lifecycle/frozen" |
| 6 | + color: "2476B2" |
| 7 | +- name: "lifecycle/stale" |
| 8 | + color: "ededed" |
| 9 | + |
| 10 | +# General category labels |
| 11 | +- name: "bug" |
| 12 | + color: "d73a4a" |
| 13 | + description: "Something isn't working" |
| 14 | +- name: "documentation" |
| 15 | + color: "0075ca" |
| 16 | + description: "Improvements or additions to documentation or examples" |
| 17 | +- name: "enhancement" |
| 18 | + color: "a2eeef" |
| 19 | + description: "New feature or request" |
| 20 | +- name: "needs information" |
| 21 | + color: "d876e3" |
| 22 | + description: "Further information is needed" |
| 23 | +- name: "needs investigation" |
| 24 | + color: "147F45" |
| 25 | + description: "It is currently unclear if there is an issue" |
| 26 | +- name: "good first issue" |
| 27 | + color: "7057ff" |
| 28 | + description: "Good for newcomers" |
| 29 | +- name: "help wanted" |
| 30 | + color: "008672" |
| 31 | + description: "Looking for someone to address this" |
| 32 | +- name: "ci" |
| 33 | + color: "e99695" |
| 34 | + description: "This focuses on changes to the CI process" |
| 35 | +- name: "cleanup" |
| 36 | + color: "BFD4F2" |
| 37 | + description: "Code quality improvement" |
| 38 | +- name: "dependencies" |
| 39 | + color: "0366d6" |
| 40 | + description: "This primarily focuses on changing a dependency" |
| 41 | +- name: "testing" |
| 42 | + color: "220233" |
| 43 | + description: "This primarily focuses on testing" |
| 44 | +- name: "monitoring" |
| 45 | + color: "97450A" |
| 46 | + description: "This primarily focuses on logs, metrics, and/or tracing" |
| 47 | +- name: "incident response" |
| 48 | + color: "BE3D15" |
| 49 | +- name: "github_actions" |
| 50 | + color: "000000" |
| 51 | + description: "Pull requests that update GitHub Actions code" |
| 52 | +- name: "go" |
| 53 | + color: "16e2e2" |
| 54 | + description: "Pull requests that update Go code" |
| 55 | +- name: "needs Go upgrade" |
| 56 | + color: "16e2e2" |
| 57 | + description: "This requires a minor upgrade of Go to be supported" |
| 58 | + |
| 59 | +# Avalanchego specific labels |
| 60 | +- name: "antithesis" |
| 61 | + color: "1d76db" |
| 62 | + description: "Related to an issue reported by Antithesis" |
| 63 | +- name: "bubble votes" |
| 64 | + color: "3C9CDD" |
| 65 | +- name: "consensus" |
| 66 | + color: "4444ff" |
| 67 | + description: "This involves consensus" |
| 68 | +- name: "continuous staking" |
| 69 | + color: "f9d0c4" |
| 70 | +- name: "Durango" |
| 71 | + color: "DAF894" |
| 72 | + description: "durango fork" |
| 73 | +- name: "gossiping upgrade" |
| 74 | + color: "c2e0c6" |
| 75 | +- name: "merkledb" |
| 76 | + color: "0e8a16" |
| 77 | +- name: "networking" |
| 78 | + color: "88E841" |
| 79 | + description: "This involves networking" |
| 80 | +- name: "sdk" |
| 81 | + color: "72ED25" |
| 82 | + description: "This involves SDK tooling or frameworks" |
| 83 | +- name: "storage" |
| 84 | + color: "3F2A70" |
| 85 | + description: "This involves storage primitives" |
| 86 | +- name: "Uptime Tracking" |
| 87 | + color: "d4c5f9" |
| 88 | +- name: "vm" |
| 89 | + color: "d1f7a0" |
| 90 | + description: "This involves virtual machines" |
| 91 | +- name: "warp" |
| 92 | + color: "4FC611" |
| 93 | +- name: "Warp Signature API" |
| 94 | + color: "68A7EA" |
| 95 | + |
| 96 | +# ACP labels |
| 97 | +- name: "acp103" |
| 98 | + color: "AB2C58" |
| 99 | +- name: "acp113" |
| 100 | + color: "3359BA" |
| 101 | +- name: "acp118" |
| 102 | + color: "DFC715" |
| 103 | +- name: "acp125" |
| 104 | + color: "bfdadc" |
| 105 | +- name: "acp20" |
| 106 | + color: "DB7D37" |
| 107 | +- name: "acp77" |
| 108 | + color: "45CDF2" |
0 commit comments