This is an automated email from the ASF dual-hosted git repository. tingchen pushed a commit to branch release-0.5.0-rc in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/release-0.5.0-rc by this push: new f9814c9 Add an explicit license check exclusion for github related templates. (#5936) f9814c9 is described below commit f9814c9f29ef4b89e0e3fac409952ccea0202446 Author: Ting Chen <tingc...@uber.com> AuthorDate: Fri Aug 28 09:26:05 2020 -0700 Add an explicit license check exclusion for github related templates. (#5936) --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 7fe7900..4bb4df8 100644 --- a/pom.xml +++ b/pom.xml @@ -1666,6 +1666,9 @@ <!-- Third eye (not part of the distribution) --> <exclude>thirdeye/**</exclude> <exclude>docker/images/pinot-thirdeye/**</exclude> + + <!-- Github template files --> + <exclude>.github/*.md</exclude> </excludes> </configuration> </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org