qwen-code/.github/release.yml
易良 8fe1f926e9
ci: auto-skip internal CI changes in release notes (#7251)
* ci: auto-skip internal CI changes in release notes

* ci: harden release note classifier

* fix(ci): close release note classifier review gaps

* fix(ci): close release classifier review gaps

* fix(ci): avoid release classifier label loop

* test(ci): cover release classifier test path variants
2026-07-20 11:10:55 +00:00

7 lines
218 B
YAML

# Configuration for GitHub's automatic release notes generation
# Manual and automatically classified internal PRs are excluded.
changelog:
exclude:
labels:
- 'skip-changelog'
- 'skip-changelog-auto'