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