Add automatic changelog PR github workflow (#299)

This commit is contained in:
Håvard Gjøby Thom
2024-11-17 14:08:48 +01:00
committed by GitHub
parent bf75d82ace
commit 60ae3f19b2
3 changed files with 169 additions and 0 deletions

30
.github/changelog-pr-config.json vendored Normal file
View File

@@ -0,0 +1,30 @@
[
{
"title": "💥 Breaking Changes",
"labels": ["breaking change"]
},
{
"title": "✨ New Scripts",
"labels": ["new script"]
},
{
"title": "🚀 Updated Scripts",
"labels": ["update script"]
},
{
"title": "🌐 Website",
"labels": ["website"]
},
{
"title": "🐞 Bug Fixes",
"labels": ["bug fix"]
},
{
"title": "🧰 Maintenance",
"labels": ["maintenance"]
},
{
"title": "❔ Unlabelled",
"labels": []
}
]