mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-11 16:15:24 -04:00
fix(ci): align release.yml labels with actual repo labels
- Remove phantom labels that never match: test -> testing, translation -> l10n, feature (enhancement only), fix (bugfix only) - Add comment noting where to verify label names
This commit is contained in:
9
.github/release.yml
vendored
9
.github/release.yml
vendored
@@ -1,4 +1,8 @@
|
||||
# .github/release.yml - GitHub Release Notes Configuration
|
||||
#
|
||||
# Labels here must match actual repo labels. Run `gh label list` to verify.
|
||||
# Auto-labeler: .github/workflows/pull-request-target.yml
|
||||
# AI classifier: .github/workflows/models_pr_triage.yml
|
||||
|
||||
changelog:
|
||||
exclude:
|
||||
@@ -12,10 +16,9 @@ changelog:
|
||||
- ci
|
||||
- build
|
||||
- testing
|
||||
- test
|
||||
- refactor
|
||||
- documentation
|
||||
- translation
|
||||
- l10n
|
||||
authors:
|
||||
- renovate[bot]
|
||||
- dependabot[bot]
|
||||
@@ -25,12 +28,10 @@ changelog:
|
||||
- title: 🏗️ Features
|
||||
labels:
|
||||
- enhancement
|
||||
- feature
|
||||
- title: 🛠️ Fixes
|
||||
labels:
|
||||
- bug
|
||||
- bugfix
|
||||
- fix
|
||||
- title: 📝 Other Changes
|
||||
labels:
|
||||
- '*'
|
||||
|
||||
Reference in New Issue
Block a user