mirror of
https://github.com/immich-app/immich.git
synced 2025-12-12 01:10:30 +03:00
chore: validate every PR has a changelog related label (#11909)
This commit is contained in:
14
.github/release.yml
vendored
14
.github/release.yml
vendored
@@ -2,28 +2,28 @@ changelog:
|
||||
categories:
|
||||
- title: 🚨 Breaking Changes
|
||||
labels:
|
||||
- breaking-change
|
||||
- changelog:breaking-change
|
||||
|
||||
- title: 🔒 Security
|
||||
labels:
|
||||
- security
|
||||
- changelog:security
|
||||
|
||||
- title: 🚀 Features
|
||||
labels:
|
||||
- feature
|
||||
- changelog:feature
|
||||
|
||||
- title: 🌟 Enhancements
|
||||
labels:
|
||||
- enhancement
|
||||
- changelog:enhancement
|
||||
|
||||
- title: 🐛 Bug fixes
|
||||
labels:
|
||||
- bugfix
|
||||
- changelog:bugfix
|
||||
|
||||
- title: 📚 Documentation
|
||||
labels:
|
||||
- documentation
|
||||
- changelog:documentation
|
||||
|
||||
- title: 🌐 Translations
|
||||
labels:
|
||||
- translation
|
||||
- changelog:translation
|
||||
|
||||
Reference in New Issue
Block a user