Add base branches as configuration
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
@@ -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": ["main"]
|
||||
}
|
||||
Reference in New Issue
Block a user