- slightly improve filtering code

- format config / readme
This commit is contained in:
Mike Penz
2021-04-30 10:29:09 +02:00
parent c49b84ec4a
commit 3a59a463ad
4 changed files with 51 additions and 38 deletions
@@ -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"
]
}