blob: e9525d0e2da6777fa45fa865ee1f90b0c14ca154 [file] [log] [blame]
#
# 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.
#
component/agent:
- 'inlong-agent/**/*'
component/dataproxy:
- 'inlong-dataproxy/**/*'
component/manager:
- 'inlong-manager/**/*'
component/sort:
- 'inlong-sort/**/*'
- 'inlong-sort-standalone/**/*'
component/tubemq:
- 'inlong-tubemq/**/*'
component/dashboard:
- 'inlong-dashboard/**/*'
component/audit:
- 'inlong-audit/**/*'
component/sdk:
- 'inlong-sdk/**/*'
service/ci:
- '.github/actions/**/*'
- '.github/workflows/**/*'
- '.github/labeler.yml'
- '.github/PULL_REQUEST_TEMPLATE.md'
- '.github/ISSUE_TEMPLATE/**/*'
service/docker:
- '**/Dockerfile'
- '**/*-docker.sh'
- 'inlong-agent/agent-docker/**/*'
- 'inlong-audit/audit-docker/**/*'
- 'inlong-dataproxy/dataproxy-docker/**/*'
- 'inlong-manager/manager-docker/**/*'
- 'inlong-tubemq/tubemq-docker/**/*'
- 'docker/docker-compose/**/*'
- 'docker/build-docker-images.sh'
- 'docker/publish-by-arch.sh'
service/k8s:
- '.github/ct.yml'
- '.github/kind.yml'
- 'docker/kubernetes/**/*'
- 'inlong-tubemq/tubemq-docker/tubemq-k8s/**/*'