This is an automated email from the ASF dual-hosted git repository.

virajjasani pushed a commit to branch 5.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/5.2 by this push:
     new 49682061e8 PHOENIX-7850 addendum: exclude 
.github/PULL_REQUEST_TEMPLATE from RAT (backport to 5.2) (#2549)
49682061e8 is described below

commit 49682061e8cd5b664c1fbff7cf4b67b3a89a6b07
Author: Lokesh Khurana <[email protected]>
AuthorDate: Fri Jun 26 18:24:32 2026 -0700

    PHOENIX-7850 addendum: exclude .github/PULL_REQUEST_TEMPLATE from RAT 
(backport to 5.2) (#2549)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 56fdb8c043..9dbf5307c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1871,6 +1871,8 @@
             <!-- tmp files -->
             <exclude>dev/work/**</exclude>
             <exclude>dev/artifacts/**</exclude>
+            <!-- GitHub templates -->
+            <exclude>.github/PULL_REQUEST_TEMPLATE</exclude>
           </excludes>
         </configuration>
       </plugin>

Reply via email to