OCram85
2f615b31c1
#### 📖 Summary <!-- Provide a summary of your changes. Describe the why and not how. --> #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [x] Tested via CI pipeline - [ ] Custom test - [ ] No test plan ##### Details / Justification <!-- Add your test details or justification for missing tests here. --> #### 📚 Additional Notes <!-- A place for additional detail notes. --> Co-authored-by: OCram85 <marco.blessing@googlemail.com> Reviewed-on: #24
39 lines
800 B
YAML
39 lines
800 B
YAML
# The full repository name
|
|
repo: OCram85/Blog
|
|
|
|
# Service type (gitea or github)
|
|
service: gitea
|
|
|
|
# Base URL for Gitea instance if using gitea service type (optional)
|
|
# Default: https://gitea.com
|
|
base-url: https://gitea.ocram85.com
|
|
|
|
# Changelog groups and which labeled PRs to add to each group
|
|
groups:
|
|
- name: 🐛 BUGFIXES
|
|
labels:
|
|
- bug
|
|
- name: ✨ FEATURES
|
|
labels:
|
|
- feature
|
|
- name: 🛠️ ENHANCEMENTS
|
|
labels:
|
|
- enhancement
|
|
- name: 📦 BUILD
|
|
labels:
|
|
- pipeline
|
|
- name: 🤖 DEPENDENCIES
|
|
labels:
|
|
- renovate
|
|
- name: 📚 DOCS
|
|
labels:
|
|
- docs
|
|
- name: ⚙️ META
|
|
labels:
|
|
- meta
|
|
- name: 🔖 MISC
|
|
default: true
|
|
|
|
# regex indicating which labels to skip for the changelog
|
|
skip-labels: skip-changelog|backport\/.+
|