[ci skip] add 'needs triage' label to invalid on issue close (#9252)
This commit is contained in:
parent
bacbf86ed2
commit
8a18fc55ab
1 changed files with 2 additions and 0 deletions
2
.github/workflows/projects.yml
vendored
2
.github/workflows/projects.yml
vendored
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue