- add new testcase which verifies approvers being included - adjust config for some test cases to verify reviewers not being pulled if disabled
16 lines
455 B
JSON
16 lines
455 B
JSON
{
|
|
"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}}}${{APPROVERS}}"
|
|
} |