diff options
author | Matt Artist <[email protected]> | 2023-04-11 20:57:56 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-11 17:57:56 -0700 |
commit | bd35d605e843b58c7c07c5508a5ef463d385575d (patch) | |
tree | 3a3f6da7ed49cf0bd0f075620857de67bb518ca8 /.github | |
parent | e338793603e7b57ab439a1b925e3092cb623f616 (diff) | |
download | Paper-bd35d605e843b58c7c07c5508a5ef463d385575d.tar.gz Paper-bd35d605e843b58c7c07c5508a5ef463d385575d.zip |
[ci-skip] Fix missing closing quote (#9126)
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 3384d0e8fe..65cb4d3b78 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -41,7 +41,7 @@ jobs: "status: blocked": "Needs Work", "status: defer upstream": "Needs Work", "status: input wanted": "Needs Work", - "we must go deeper: "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", |