Update config.json

This commit is contained in:
Nikhil Nandagopal 2021-03-15 20:27:47 +05:30 committed by GitHub
parent 3b0fb539d5
commit 7ae4b703cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.github/config.json vendored
View File

@ -220,6 +220,11 @@
"color": "e8b851", "color": "e8b851",
"description": "Needs attention from maintainers to triage" "description": "Needs attention from maintainers to triage"
}, },
"New Integration": {
"name": "New Integration",
"color": "BD53D8",
"description": "Requests for new integrations"
},
"New Widget": { "New Widget": {
"name": "New Widget", "name": "New Widget",
"color": "693BA1", "color": "693BA1",
@ -498,6 +503,11 @@
"type": "hasLabel", "type": "hasLabel",
"label": "Actions", "label": "Actions",
"value": true "value": true
},
{
"type": "hasLabel",
"label": "New Integration",
"value": true
} }
] ]
}, },