chore(ci): update labels
Some checks failed
CI / ci (pull_request) Failing after 48s

This commit is contained in:
Luke Tainton 2024-12-31 22:39:37 +00:00
parent 7a2424ca76
commit 8eef75007a
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -46,19 +46,19 @@ jobs:
"categories": [
{
"title": "## 💬 Other",
"labels": ["other"]
"labels": ["type/other"]
},
{
"title": "## 📦 Dependencies",
"labels": ["dependencies"]
"labels": ["type/dependencies"]
},
{
"title": "## 🚀 Features",
"labels": ["feature"]
"labels": ["type/feature"]
},
{
"title": "## 🐛 Bug Fixes",
"labels": ["bugfix"]
"labels": ["type/bugfix"]
},
]
}