diff options
author | Jake Potrebic <[email protected]> | 2023-07-01 01:24:58 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-01 10:24:58 +0200 |
commit | e16fefb443af7db988ef7e23ec04a4392a31b208 (patch) | |
tree | 2ef8b8c800b86474292b115e29fc0530fb1bdbfe /.github | |
parent | f2c1e1366ad4139614eafe677daf35aa873718f0 (diff) | |
download | Paper-e16fefb443af7db988ef7e23ec04a4392a31b208.tar.gz Paper-e16fefb443af7db988ef7e23ec04a4392a31b208.zip |
[ci skip] add 'accepted' to Done project category (#9429)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/projects.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml index a996782b79..979d00e5e4 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -65,6 +65,7 @@ jobs: # include "status: needs triage" below to catch any closed issues without setting a resolution label-to-column-map: | { + "status: accepted": "Done", "status: needs triage": "Invalid", "resolution: works-as-intended": "Invalid", "resolution: invalid": "Invalid", |