From fbe3c006751aff00e2940a1e9b99bbf15c2f2a37 Mon Sep 17 00:00:00 2001 From: Riley Park Date: Mon, 29 Apr 2024 13:29:50 -0700 Subject: [PATCH] [ci skip] update projects workflow configuration --- .github/workflows/projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml index 253f6314d2..2785455250 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -33,6 +33,7 @@ jobs: column-field: Status label-to-column-map: | { + "resolution: awaiting response": "⌛ Awaiting Response", "resolution: cannot reproduce": "Invalid", "resolution: duplicate": "Invalid", "resolution: incomplete": "Invalid", @@ -42,7 +43,6 @@ jobs: "resolution: won't fix": "Invalid", "resolution: works as intended": "Invalid", "status: accepted": "✅ Accepted", - "status: awaiting response": "⌛ Waiting for Reporter", "status: blocked": "Needs Work", "status: defer upstream": "Needs Work", "status: in progress": "Needs Work",