This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch branch-21
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/branch-21 by this push:
new c5678484b exclude some .github files from rat license check (#5720)
c5678484b is described below
commit c5678484bd0de5bdee1d872d12f5aa1bb0974991
Author: Andy Grove <[email protected]>
AuthorDate: Fri Mar 24 13:33:46 2023 -0600
exclude some .github files from rat license check (#5720)
---
dev/release/rat_exclude_files.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev/release/rat_exclude_files.txt
b/dev/release/rat_exclude_files.txt
index 9ac121df6..e02ecc93b 100644
--- a/dev/release/rat_exclude_files.txt
+++ b/dev/release/rat_exclude_files.txt
@@ -131,3 +131,6 @@ parquet-testing/*
*rat.txt
datafusion/proto/src/generated/pbjson.rs
datafusion/proto/src/generated/prost.rs
+.github/ISSUE_TEMPLATE/bug_report.yml
+.github/ISSUE_TEMPLATE/feature_request.yml
+.github/workflows/docs.yaml
\ No newline at end of file