From e16fefb443af7db988ef7e23ec04a4392a31b208 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Sat, 1 Jul 2023 01:24:58 -0700 Subject: [PATCH] [ci skip] add 'accepted' to Done project category (#9429) --- .github/workflows/projects.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml index a996782b79..979d00e5e4 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -65,6 +65,7 @@ jobs: # include "status: needs triage" below to catch any closed issues without setting a resolution label-to-column-map: | { + "status: accepted": "Done", "status: needs triage": "Invalid", "resolution: works-as-intended": "Invalid", "resolution: invalid": "Invalid",