mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 04:19:18 +00:00
Ignore PRs labeled with ty
for Ruff changelog (#17831)
This commit is contained in:
parent
fe4051b2e6
commit
68e32c103f
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ force-exclude = '''
|
||||||
major_labels = [] # Ruff never uses the major version number
|
major_labels = [] # Ruff never uses the major version number
|
||||||
minor_labels = ["breaking"] # Bump the minor version on breaking changes
|
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.breaking = "Breaking changes"
|
||||||
changelog_sections.preview = "Preview features"
|
changelog_sections.preview = "Preview features"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue