diff options
author | Jake Potrebic <[email protected]> | 2023-04-09 00:00:43 -0700 |
---|---|---|
committer | Jake Potrebic <[email protected]> | 2023-04-09 00:00:43 -0700 |
commit | e4ef376e9c23eb30be4523c9e2ccfd1b4d8c79e2 (patch) | |
tree | 6c1deeae1188fcfc51ed5eda2043114100434f18 /.github | |
parent | b4b4aee3dcc90b50470a63aba868237253123c31 (diff) | |
download | Paper-e4ef376e9c23eb30be4523c9e2ccfd1b4d8c79e2.tar.gz Paper-e4ef376e9c23eb30be4523c9e2ccfd1b4d8c79e2.zip |
[ci skip] add missing labels to project status map (#9106)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/projects.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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", |