Skip to content

Commit 46d958f

Browse files
committed
feat(changelog): add priority order for subcategory labels
When a PR has multiple content-type labels, use priority order: 1. breaking change (highest) 2. bugfix 3. feature 4. refactor (lowest) Example: PR with 'bugfix' + 'feature' + 'refactor' → categorized as 'bugfix' This prevents PRs from appearing in multiple subcategories and ensures the most important change type is highlighted.
1 parent 07c498b commit 46d958f

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

.github/workflows/autolabeler.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/changelog-pr.yml

Lines changed: 21 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)