Skip to content

Commit

Permalink
Omit red-knot PRs from the changelog (#11666)
Browse files Browse the repository at this point in the history
## Summary

This just ensures that PRs labelled with `red-knot` are automatically
filtered out from the auto-generated changelog (which we then manually
finalize anyway).
  • Loading branch information
charliermarsh committed May 31, 2024
1 parent 312f664 commit b80bf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ major_labels = [] # Ruff never uses the major version number
minor_labels = ["breaking"] # Bump the minor version on breaking changes
version_tag_prefix = "v"

changelog_ignore_labels = ["internal", "ci"]
changelog_ignore_labels = ["internal", "ci", "red-knot"]

changelog_sections.breaking = "Breaking changes"
changelog_sections.preview = "Preview features"
Expand Down

0 comments on commit b80bf22

Please sign in to comment.