From 8a18fc55abdb592b9b9f0948ceb4b8490db515a3 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Sat, 3 Jun 2023 10:43:38 -0700 Subject: [PATCH] [ci skip] add 'needs triage' label to invalid on issue close (#9252) --- .github/workflows/projects.yml | 2 ++ 1 file changed, 2 insertions(+) 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",