alamb opened a new issue, #19095: URL: https://github.com/apache/datafusion/issues/19095
### Describe the bug There are several times where we broke CI because we directly changed the .md markdown files that are autogenerated, but the CI in the PR did not run Here are some recent-ish examples PRs that fixed such issues - https://github.com/apache/datafusion/pull/19093 - https://github.com/apache/datafusion/pull/17026 - https://github.com/apache/datafusion/pull/17041 ### To Reproduce 1. Make a PR with a change to a the docs in `docs/source/user-guide/sql/scalar_functions.md` 2. The CI will pass 3. Commit the PR However then any PRs that run on code will fail because the autogenerated results will not match what is checked in. Here is an example of a PR with such a mistake (and I should have known better 🤦 ) - https://github.com/apache/datafusion/pull/19088 ### Expected behavior let's fix the docs check to automatically run on PRs that change the auto generated files ### Additional context _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
