This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new d93a33a AVRO-XXX: Add autolabeler build tag for maven pom changes
(#464)
d93a33a is described below
commit d93a33a3860787da855822c0d6e0cfd425f4583b
Author: Ismaël Mejía <[email protected]>
AuthorDate: Mon Mar 4 08:27:46 2019 -0500
AVRO-XXX: Add autolabeler build tag for maven pom changes (#464)
---
.github/autolabeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml
index df74e7c..5b2156b 100644
--- a/.github/autolabeler.yml
+++ b/.github/autolabeler.yml
@@ -25,5 +25,5 @@ Php: ["lang/php/*"]
Python: ["lang/py/*"]
Python3: ["lang/py3/*"]
Ruby: ["lang/ruby/*"]
-build: ["Dockerfile","*.sh"]
+build: ["Dockerfile","*.sh", "pom.xml"]
website: ["doc/*"]