chore(ci): migrate SOT to Gitea #429

Merged
luke merged 8 commits from gitea-cicd into main 2025-01-01 00:17:20 +01:00
Showing only changes of commit 8eef75007a - Show all commits

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"]
},
]
}