diff options
author | Nassim Jahnke <[email protected]> | 2024-04-30 15:56:43 +0200 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-04-30 15:56:43 +0200 |
commit | 4ea67abd46ecbfb501ed2e0f13d494635972bfa0 (patch) | |
tree | 790d88428b83368b12b1cc1f27070519a63707a1 /.github | |
parent | 937a67a65172aa7ed2efafd536bbf7cfab2e3489 (diff) | |
download | Paper-4ea67abd46ecbfb501ed2e0f13d494635972bfa0.tar.gz Paper-4ea67abd46ecbfb501ed2e0f13d494635972bfa0.zip |
[ci skip] Remove trailing comma in projects action
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 2785455250..5a42cedc10 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -72,5 +72,5 @@ jobs: "resolution: won't fix": "Invalid", "resolution: works as intended": "Invalid", "status: accepted": "Done", - "status: needs triage": "Invalid", + "status: needs triage": "Invalid" } |