Update config.json

This commit is contained in:
Nikhil Nandagopal 2021-01-20 12:34:32 +05:30 committed by GitHub
parent d2dfd75a0c
commit ddad022fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.github/config.json vendored
View File

@ -225,6 +225,11 @@
"color": "10b5ce",
"description": ""
},
"Onboarding": {
"name": "Onboarding",
"color": "079829",
"description": ""
},
"Pages": {
"name": "Pages",
"color": "dee258",
@ -673,6 +678,11 @@
"type": "hasLabel",
"label": "Editor",
"value": true
},
{
"type": "hasLabel",
"label": "Onboarding",
"value": true
}
]
}