Ignore PRs labeled with ty for Ruff changelog (#17831)

This commit is contained in:
Micha Reiser 2025-05-04 15:42:10 +02:00 committed by GitHub
parent fe4051b2e6
commit 68e32c103f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@ force-exclude = '''
major_labels = [] # Ruff never uses the major version number
minor_labels = ["breaking"] # Bump the minor version on breaking changes
changelog_ignore_labels = ["internal", "ci", "red-knot", "testing"]
changelog_ignore_labels = ["internal", "ci", "testing", "ty"]
changelog_sections.breaking = "Breaking changes"
changelog_sections.preview = "Preview features"