blob: 161054015d7ce6a4c7d8d2b094482eb83afcae00 [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.
#
inlong-agent:
- 'inlong-agent/**/*'
inlong-dataproxy:
- 'inlong-dataproxy/**/*'
inlong-manager:
- 'inlong-manager/**/*'
inlong-sort:
- 'inlong-sort/**/*'
inlong-sort-standalone:
- 'inlong-sort-standalone/**/*'
inlong-tubemq:
- 'inlong-tubemq/**/*'
inlong-dashboard:
- 'inlong-dashboard/**/*'
inlong-audit:
- 'inlong-audit/**/*'
inlong-sdk:
- 'inlong-sdk/**/*'
ci:
- '.github/actions/**/*'
- '.github/workflows/**/*'
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/**/*'
k8s:
- '.github/ct.yml'
- '.github/kind.yml'
- 'docker/kubernetes/**/*'
- 'inlong-tubemq/tubemq-docker/tubemq-k8s/**/*'
github:
- '.github/labeler.yml'
- '.github/PULL_REQUEST_TEMPLATE.md'
- '.github/ISSUE_TEMPLATE/**/*'