LoganZhuZzz opened a new pull request, #17280: URL: https://github.com/apache/kafka/pull/17280
In the current GitHub workflow, it has become difficult to locate Rat errors when running `check -x test`. To improve readability and make it easier to identify Rat errors, we need to include them in the workflow summary. ## Key Modifications - Added a call to `rat.py` in the `build.yml` file to annotate Rat errors after the `Compile and validate` step. - Ensured that the annotation for Rat reports will execute **only when the `Compile and validate` step fails.** ## Purpose - Enhance the usability of the GitHub workflow, allowing developers to more easily identify and fix Rat errors. - Improve workflow efficiency by reducing the time spent manually searching for errors. ## Notes - **Please ensure that all relevant workflow tests are run before merging this PR to confirm that the new feature operates correctly.** ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
