- introduce test case to verify the inclusion of the open PR as part of the standard PR set
10 lines
280 B
JSON
10 lines
280 B
JSON
{
|
|
"categories": [
|
|
{
|
|
"title": "## 🚀 Features",
|
|
"labels": ["feature"]
|
|
}
|
|
],
|
|
"template": "${{CHANGELOG}}\n\n\nUncategorized\n${{UNCATEGORIZED}}\n\n\nOpen\n${{OPEN}}",
|
|
"pr_template": "- ${{TITLE}} (#${{NUMBER}}) ${{STATUS}}"
|
|
} |