georgereuben opened a new pull request, #14927: URL: https://github.com/apache/lucene/pull/14927
### Description <!-- If this is your first contribution to Lucene, please make sure you have reviewed the contribution guide. https://github.com/apache/lucene/blob/main/CONTRIBUTING.md --> Added a workflow bot that automatically formats a PR's and raises changes in a separate PR against that PR ## How it works : When someone comments /format-fix apply on a PR, the bot will: Check your code using ./gradlew check -x test to find any formatting/style issues Fix what it can by running ./gradlew tidy (which includes Google Java Format, EditorConfig fixes, and other style tools) Verify everything looks good by running the checks again Create a separate PR with just the formatting fixes, so you can review and merge them without mixing formatting changes with your actual code changes Supported files: Java, Gradle, Groovy, Markdown, properties, XML, Python, shell scripts, and batch files. Just comment "/format-fix apply" on any PR to trigger it Closes: https://github.com/apache/lucene/issues/14835 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org