diff options
author | Jake Potrebic <[email protected]> | 2023-06-03 10:43:38 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-03 10:43:38 -0700 |
commit | 8a18fc55abdb592b9b9f0948ceb4b8490db515a3 (patch) | |
tree | 33a62e96f4fe93d3acfb94170a821816a28e4a44 /.github | |
parent | bacbf86ed272f73f8b2979106589d80d8d70b83b (diff) | |
download | Paper-8a18fc55abdb592b9b9f0948ceb4b8490db515a3.tar.gz Paper-8a18fc55abdb592b9b9f0948ceb4b8490db515a3.zip |
[ci skip] add 'needs triage' label to invalid on issue close (#9252)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/projects.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml index 65cb4d3b78..a996782b79 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -62,8 +62,10 @@ jobs: project-url: https://github.com/orgs/PaperMC/projects/5/views/2 column-field: Status clear-on-no-match: false + # include "status: needs triage" below to catch any closed issues without setting a resolution label-to-column-map: | { + "status: needs triage": "Invalid", "resolution: works-as-intended": "Invalid", "resolution: invalid": "Invalid", "resolution: wontfix": "Invalid", |