Add base branches as configuration

This commit is contained in:
Jorge Navarro
2021-04-30 01:28:36 +02:00
parent 088993b64c
commit c49b84ec4a
7 changed files with 92 additions and 2 deletions
@@ -0,0 +1,19 @@
{
"categories": [
{
"title": "",
"labels": ["dev", "Bump"]
}
],
"ignore_labels": [],
"sort": "DESC",
"pr_template": "${{NUMBER}}",
"label_extractor": [
{
"pattern": ".*(dev|Bump).*",
"target": "$1",
"on_property": "title"
}
],
"base_branches": ["develop"]
}