- slightly improve filtering code
- format config / readme
This commit is contained in:
@@ -1,19 +1,24 @@
|
||||
{
|
||||
"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"]
|
||||
"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"
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,24 @@
|
||||
{
|
||||
"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"]
|
||||
"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