From f8c01122e69ce1f7681e6bc2b8e280ce807167df Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Sun, 9 Apr 2023 00:00:43 -0700 Subject: [PATCH] [ci skip] add missing labels to project status map (#9106) --- .github/workflows/projects.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml index 5d5ae55636..3384d0e8fe 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -35,11 +35,14 @@ jobs: { "status: needs triage": "🕑 Needs Triage", "status: accepted": "✅ Accepted", + "status: unlikely": "✅ Accepted", "status: in progress": "Needs Work", "status: rebase required": "Needs Work", "status: blocked": "Needs Work", "status: defer upstream": "Needs Work", "status: input wanted": "Needs Work", + "we must go deeper: "Needs Work", + "has rough edges": "Needs Work", "status: waiting on reporter": "⌛ Waiting for Reporter", "resolution: works-as-intended": "Invalid", "resolution: invalid": "Invalid",