mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
[ci skip] add 'needs triage' label to invalid on issue close (#9252)
This commit is contained in:
parent
48dc1eb2d1
commit
82325a9a90
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
|
project-url: https://github.com/orgs/PaperMC/projects/5/views/2
|
||||||
column-field: Status
|
column-field: Status
|
||||||
clear-on-no-match: false
|
clear-on-no-match: false
|
||||||
|
# include "status: needs triage" below to catch any closed issues without setting a resolution
|
||||||
label-to-column-map: |
|
label-to-column-map: |
|
||||||
{
|
{
|
||||||
|
"status: needs triage": "Invalid",
|
||||||
"resolution: works-as-intended": "Invalid",
|
"resolution: works-as-intended": "Invalid",
|
||||||
"resolution: invalid": "Invalid",
|
"resolution: invalid": "Invalid",
|
||||||
"resolution: wontfix": "Invalid",
|
"resolution: wontfix": "Invalid",
|
||||||
|
|
Loading…
Reference in a new issue