diff --git a/.github/labels.yaml b/.github/labels.yaml index c701321b..87d44f04 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -63,5 +63,13 @@ description: "Needs discussion or decisions" - name: "bounty 🏴‍☠️" - color: "#fef2c0" - description: "Closing this rewards a bounty!" \ No newline at end of file + color: "fef2c0" + description: "Closing this rewards a bounty!" + +- name: "attack 🤺" + color: "ff2c2c" + description: "An attack on a given implementation" + +- name: "needs more information 🙋" + color: "ccff00" + description: "More needed to clarify the issue" \ No newline at end of file