- add new testcase which verifies approvers being included - adjust config for some test cases to verify reviewers not being pulled if disabled
10 lines
294 B
JSON
10 lines
294 B
JSON
{
|
|
"categories": [
|
|
{
|
|
"title": "## 🚀 Features",
|
|
"labels": ["feature"]
|
|
}
|
|
],
|
|
"template": "${{CHANGELOG}}\n\n\nUncategorized\n${{UNCATEGORIZED}}\n\n\nOpen\n${{OPEN}}",
|
|
"pr_template": "- ${{TITLE}} (#${{NUMBER}}) ${{STATUS}}${{APPROVERS}}"
|
|
} |