You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2019/02/05 22:36:29 UTC

[avro] branch master updated: Add probot auto-labeler configuration (#432)

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 9939327  Add probot auto-labeler configuration (#432)
9939327 is described below

commit 99393272e65c24778254e97be11ec87e02d5689e
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Tue Feb 5 23:36:25 2019 +0100

    Add probot auto-labeler configuration (#432)
---
 .github/autolabeler.yml | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml
new file mode 100644
index 0000000..df74e7c
--- /dev/null
+++ b/.github/autolabeler.yml
@@ -0,0 +1,29 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+C: ["lang/c/*"]
+C++: ["lang/c++/*"]
+C#: ["lang/csharp/*"]
+Java: ["lang/java/*"]
+Js: ["lang/js/*"]
+Perl: ["lang/perl/*"]
+Php: ["lang/php/*"]
+Python: ["lang/py/*"]
+Python3: ["lang/py3/*"]
+Ruby: ["lang/ruby/*"]
+build: ["Dockerfile","*.sh"]
+website: ["doc/*"]