- expand custom assignment and add testcase to verify ability to construct custom categories involving states of PRs
This commit is contained in:
@@ -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}}}"
|
||||
}
|
||||
Reference in New Issue
Block a user