actions: labeler: Add new label "Documentation finished"

Description: "New feature was properly added to docs"
This commit is contained in:
ColorfulRhino
2024-06-26 14:22:14 +02:00
committed by Igor
parent 2a2e609e3c
commit 2daf262ce0

3
.github/labels.yml vendored
View File

@@ -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"