diff --git a/.github/labels.yml b/.github/labels.yml index 0492b3f2cd..2827895a74 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -82,6 +82,9 @@ - name: "Needs Documentation" color: "#4FD1EF" description: "New feature needs documentation entry" +- name: "Documentation finished" + color: "#0052CC" + description: "New feature was properly added to docs" - name: "Improper usage" color: "#CD456C" description: "Provided input is not in the expected data format or structure"