nextchanges: Auto-fix during validate_nextchanges - #6454
Open
janniklasrose wants to merge 20 commits into
Open
Conversation
…nges-enforce-format
The best-effort `gh pr view` lookup swallowed OSError/SubprocessError silently, hiding why local PR detection did nothing. Print the error to stderr so it is visible. Co-authored-by: Isaac <no-reply@databricks.com>
…nges-enforce-format
denik
reviewed
Sep 1, 2026
| full: | ||
| desc: More complete dev loop (full rather than incremental formatters and linters) | ||
| cmds: | ||
| - task: fix-changelog |
Contributor
There was a problem hiding this comment.
We don't use fix- prefix with other linters -- most of them do modifications in place already. This is the default behaviour for a linter.
For the same reason, we dont add --fix flag to scripts, just modify it by default. CI is configured to catch diffs post-lint.
Contributor
Author
There was a problem hiding this comment.
I'm used to linters having lint and lint --fix but aligning with convention here
…e-format' into janniklasrose/nextchanges-autofix
janniklasrose
marked this pull request as ready for review
September 1, 2026 11:54
denik
approved these changes
Sep 2, 2026
Base automatically changed from
janniklasrose/nextchanges-enforce-format
to
main
September 2, 2026 16:41
…nges-autofix # Conflicts: # tools/validate_nextchanges.py
janniklasrose
enabled auto-merge
September 2, 2026 17:59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow auto-fix of missing PR link in nextchanges fragments