- expand custom assignment and add testcase to verify ability to construct custom categories involving states of PRs

This commit is contained in:
Mike Penz
2022-04-08 11:00:40 +02:00
parent 6211ea4995
commit f60b8b4167
6 changed files with 57 additions and 10 deletions
@@ -0,0 +1,16 @@
{
"categories": [
{
"title": "## 🚀 Features Merged",
"labels": ["feature"],
"exclude_labels": ["--rcba-open"]
},
{
"title": "## 🚀 Features Open",
"labels": ["feature", "--rcba-open"],
"exhaustive": true
}
],
"template": "${{CHANGELOG}}",
"pr_template": "- ${{TITLE}} -- (#${{NUMBER}}) [${{STATUS}}] {${{LABELS}}}"
}