Skip to content

Conversation

seisman
Copy link
Member

@seisman seisman commented Oct 13, 2025

The slash command /format doesn't work as expected because make format returns a non-zero exit code when files are reformatted. This PR fixes the issue by changing make format to make format || true.

I can't test the workflow without merging it, because /format can only run the workflow in the main branch not in PRs, but make format || true returns zero for me locally.

@seisman
Copy link
Member Author

seisman commented Oct 13, 2025

/format

@seisman
Copy link
Member Author

seisman commented Oct 13, 2025

/format

@seisman seisman added maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog labels Oct 13, 2025
@seisman seisman added this to the 0.18.0 milestone Oct 13, 2025
@seisman seisman added the needs review This PR has higher priority and needs review. label Oct 13, 2025
@seisman seisman marked this pull request as ready for review October 13, 2025 03:34
@seisman seisman requested a review from a team October 14, 2025 13:36
Copy link
Member

@weiji14 weiji14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, could have sworn it was working 2 weeks ago (see #4137 (comment)). Ok to merge and test.

@seisman seisman merged commit ab63c24 into main Oct 15, 2025
11 checks passed
@seisman seisman deleted the ci/format branch October 15, 2025 00:31
@seisman seisman removed the needs review This PR has higher priority and needs review. label Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants