This is an automated email from the ASF dual-hosted git repository.
palashc pushed a commit to branch 5.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.3 by this push:
new 28edd18fed PHOENIX-7850 addendum (#2472)
28edd18fed is described below
commit 28edd18fedc040550e4d0b828b7ffdc948d72d9f
Author: Palash Chauhan <[email protected]>
AuthorDate: Tue May 12 16:27:28 2026 -0700
PHOENIX-7850 addendum (#2472)
Co-authored-by: Palash Chauhan
<[email protected]>
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4e28795841..119bb498ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1906,6 +1906,8 @@
<!-- tmp files -->
<exclude>dev/work/**</exclude>
<exclude>dev/artifacts/**</exclude>
+ <!-- GitHub templates -->
+ <exclude>.github/PULL_REQUEST_TEMPLATE</exclude>
</excludes>
</configuration>
</plugin>