mirror of https://github.com/astral-sh/ruff
Ignore PRs labeled with `ty` for Ruff changelog (#17831)
This commit is contained in:
parent
fe4051b2e6
commit
68e32c103f
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue