From d3c3cff54e12863127f56481fbd9d4ac565cfbd9 Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Mon, 11 Sep 2023 17:06:31 -0400 Subject: [PATCH] meta: add work-in-progress label --- .github/labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index f7f83aad..c547348b 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -64,3 +64,6 @@ - name: wontfix description: This will not be worked on color: ffffff +- name: work-in-progress + description: Work in progress that should not be auto-merged + color: ffffff