]> git.proxmox.com Git - ceph.git/blame - ceph/src/arrow/.github/workflows/dev_pr/labeler.yml
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / .github / workflows / dev_pr / labeler.yml
CommitLineData
1d09f67e
TL
1# Licensed to the Apache Software Foundation (ASF) under one
2# or more contributor license agreements. See the NOTICE file
3# distributed with this work for additional information
4# regarding copyright ownership. The ASF licenses this file
5# to you under the Apache License, Version 2.0 (the
6# "License"); you may not use this file except in compliance
7# with the License. You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing,
12# software distributed under the License is distributed on an
13# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14# KIND, either express or implied. See the License for the
15# specific language governing permissions and limitations
16# under the License.
17
18"lang-c++":
19 - cpp/**/*
20
21lang-c-glib:
22 - c_glib/**/*
23
24lang-csharp:
25 - csharp/**/*
26
27lang-go:
28 - go/**/*
29
30lang-java:
31 - java/**/*
32
33lang-js:
34 - js/**/*
35
36lang-julia:
37 - julia/**/*
38
39lang-matlab:
40 - matlab/**/*
41
42lang-python:
43 - python/**/*
44
45lang-R:
46 - r/**/*
47
48lang-ruby:
49 - ruby/**/*
50
51flight:
52 - cpp/src/arrow/flight/**/*
53 - r/R/flight.*
54 - python/pyarrow/*flight.*
55
56gandiva:
57 - c_glib/gandiva-glib/**/*
58 - cpp/src/gandiva/**/*
59 - ruby/red-gandiva/**/*
60 - python/pyarrow/gandiva.*
61
62parquet:
63 - c_glib/parquet-glib/**/*
64 - cpp/src/parquet/**/*
65 - r/R/parquet.*
66 - ruby/red-parquet/**/*