Update config.json

This commit is contained in:
Nikhil Nandagopal 2020-12-29 15:11:36 +05:30 committed by GitHub
parent 4e2e53ee40
commit 2f30916d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

30
.github/config.json vendored
View File

@ -17,7 +17,35 @@
"projectType": "other",
"versioning": "SemVer",
"prereleaseName": "alpha",
"issue": {}
"issue": {
"assignProject": [
{
"project": "Issues",
"column": "New",
"requires": 1,
"conditions": [
{
"type": "hasLabel",
"label": "Type - Bug",
"value": true
}
]
}
],
"assignColumn": {},
"createBranch": {},
"labels": {
"bug": {
"requires": 1,
"conditions": [
{
"type": "descriptionMatches",
"pattern": "/^- platform:.*android/im"
}
]
}
}
}
}
]
}