Update config.json
This commit is contained in:
parent
4e2e53ee40
commit
2f30916d23
30
.github/config.json
vendored
30
.github/config.json
vendored
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user