|
| 1 | +# |
| 2 | +# |
| 3 | +# Licensed to the Apache Software Foundation (ASF) under one |
| 4 | +# or more contributor license agreements. See the NOTICE file |
| 5 | +# distributed with this work for additional information |
| 6 | +# regarding copyright ownership. The ASF licenses this file |
| 7 | +# to you under the Apache License, Version 2.0 (the |
| 8 | +# "License"); you may not use this file except in compliance |
| 9 | +# with the License. You may obtain a copy of the License at |
| 10 | +# |
| 11 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | +# |
| 13 | +# Unless required by applicable law or agreed to in writing, |
| 14 | +# software distributed under the License is distributed on an |
| 15 | +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | +# KIND, either express or implied. See the License for the |
| 17 | +# specific language governing permissions and limitations |
| 18 | +# under the License. |
| 19 | +# |
| 20 | +# Pull Request Labeler Github Action Configuration: https://github.com/marketplace/actions/labeler |
| 21 | + |
| 22 | +trunk: |
| 23 | + - '**' |
| 24 | +INFRA: |
| 25 | + - .asf.yaml |
| 26 | + - .gitattributes |
| 27 | + - .gitignore |
| 28 | + - .github/** |
| 29 | + - dev-support/** |
| 30 | + - start-build-env.sh |
| 31 | +BUILD: |
| 32 | + - '**/pom.xml' |
| 33 | +COMMON: |
| 34 | + - hadoop-common-project/** |
| 35 | +HDFS: |
| 36 | + - hadoop-hdfs-project/** |
| 37 | +RBF: |
| 38 | + - hadoop-hdfs-project/hadoop-hdfs-rbf/** |
| 39 | +NATIVE: |
| 40 | + - hadoop-hdfs-project/hadoop-hdfs-native-client/** |
| 41 | + - hadoop-common-project/hadoop-common/src/main/native/** |
| 42 | +YARN: |
| 43 | + - hadoop-yarn-project/** |
| 44 | +MAPREDUCE: |
| 45 | + - hadoop-mapreduce-project/** |
| 46 | +DISTCP: |
| 47 | + - hadoop-tools/hadoop-distcp/** |
| 48 | +TOOLS: |
| 49 | + - hadoop-tools/** |
| 50 | +AWS: |
| 51 | + - hadoop-tools/hadoop-aws/** |
| 52 | +ABFS: |
| 53 | + - hadoop-tools/hadoop-azure/** |
| 54 | +DYNAMOMETER: |
| 55 | + - hadoop-tools/hadoop-dynamometer/** |
| 56 | +MAVEN-PLUGINS: |
| 57 | + - hadoop-maven-plugins/** |
0 commit comments