blob: 1e4e98e783173aa7fbee29559ef0aa7b36db8857 [file]
#
# 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.
#
# Pull Request Labeler Github Action Configuration: https://github.com/marketplace/actions/labeler
C:
- changed-files:
- any-glob-to-any-file: "lang/c/**/*"
- any-glob-to-any-file: ".github/workflows/test-lang-c.yml"
C++:
- changed-files:
- any-glob-to-any-file: "lang/c++/**/*"
- any-glob-to-any-file: ".github/workflows/test-lang-c++.yml"
C#:
- changed-files:
- any-glob-to-any-file: "lang/csharp/**/*"
- any-glob-to-any-file: ".github/workflows/*-csharp*.yml"
Java:
- changed-files:
- any-glob-to-any-file: "lang/java/**/*"
- any-glob-to-any-file: ".github/workflows/*-java*.yml"
- any-glob-to-any-file: ".github/workflows/*maven*.yml"
- any-glob-to-any-file: ".github/workflows/*spotless*.yml"
Js:
- changed-files:
- any-glob-to-any-file: "lang/js/**/*"
- any-glob-to-any-file: ".github/workflows/*-js*.yml"
Perl:
- changed-files:
- any-glob-to-any-file: "lang/perl/**/*"
- any-glob-to-any-file: ".github/workflows/test-lang-perl.yml"
Php:
- changed-files:
- any-glob-to-any-file: "lang/php/**/*"
- any-glob-to-any-file: ".github/workflows/test-lang-php.yml"
Python:
- changed-files:
- any-glob-to-any-file: "lang/py/**/*"
- any-glob-to-any-file: ".github/workflows/*-py*.yml"
Ruby:
- changed-files:
- any-glob-to-any-file: "lang/ruby/**/*"
- any-glob-to-any-file: ".github/workflows/test-lang-ruby.yml"
build:
- changed-files:
- any-glob-to-any-file: ["**/*Dockerfile*", "**/*.sh", "**/*pom.xml", ".github/**/*"]
- any-glob-to-any-file: ".github/workflows/test-docker.yml"
website:
- changed-files:
- any-glob-to-any-file: "doc/**/*"
- any-glob-to-any-file: ".github/workflows/deploy-docs.yml"