From 2f30916d23c18d39ea9dee09bdfaab54fe1a9a8b Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Tue, 29 Dec 2020 15:11:36 +0530 Subject: [PATCH] Update config.json --- .github/config.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/.github/config.json b/.github/config.json index c1bfd0448a..e363772e01 100644 --- a/.github/config.json +++ b/.github/config.json @@ -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" + } + ] + } + } + } } ] }