diff options
author | Riley Park <[email protected]> | 2024-04-29 13:29:50 -0700 |
---|---|---|
committer | Riley Park <[email protected]> | 2024-04-29 13:29:50 -0700 |
commit | fbe3c006751aff00e2940a1e9b99bbf15c2f2a37 (patch) | |
tree | ef7364e3b0c8630caaad044e072eaa627d157756 /.github | |
parent | 8f7ac62905dbeeef1ad000a44c7dd035d4e115b0 (diff) | |
download | Paper-fbe3c006751aff00e2940a1e9b99bbf15c2f2a37.tar.gz Paper-fbe3c006751aff00e2940a1e9b99bbf15c2f2a37.zip |
[ci skip] update projects workflow configuration
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/projects.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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", |