andygrove opened a new issue, #9851: URL: https://github.com/apache/arrow-datafusion/issues/9851
### Describe the bug RAT does not check files under hidden directories and therefore does not check any files under the `.github` directory. We currently do have some files without the ASF header: ``` .github/workflows/pr_benchmarks.yml (apache-arrow-datafusion-37.0.0/.github/workflows/pr_benchmarks.yml .github/workflows/pr_comment.yml (apache-arrow-datafusion-37.0.0/.github/workflows/pr_comment.yml ``` ### To Reproduce This was discovered when creating the 37.0.0-rc1 release tarball. See https://github.com/apache/arrow-datafusion/issues/9843 for more information. ### Expected behavior Ideally, we should run the RAT check against the files under `.github`. However, we do not want to run it against hidden directories that are not part of the repository (such as `.git` or `.idea`). ### 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]
