diff --git a/.github/labels.yml b/.github/labels.yml index 44adc6f4..ebd57d12 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -1,6 +1,9 @@ - name: "breaking change" color: "ff0205" description: "This change will require a major version bump" +- name: "blocked" + color: "e11d21" + description: "This issue is blocked by another issue" - name: "bug" color: "d73a4a" description: "Something isn't working" @@ -63,4 +66,7 @@ description: "This issue is medium priority" - name: "priority:low" color: "0e8a16" - description: "This issue is low priority" \ No newline at end of file + description: "This issue is low priority" +- name: "awaiting feedback" + color: "fbca04" + description: "This issue is awaiting feedback from the reporter" \ No newline at end of file