This is an automated email from the ASF dual-hosted git repository. healchow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git
commit b2bf0006e9fe70d99c08c83fa460c2449bbf8cc9 Author: Yuanhao Ji <[email protected]> AuthorDate: Thu Apr 28 10:18:23 2022 +0800 [INLONG-3818][GitHub] Improve pull request labeler configuration (#3970) --- .github/labeler.yml | 38 ++++++++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 8 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5d9c2cb8d..e3d71eda5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -16,25 +16,47 @@ # inlong-agent: - - inlong-agent/**/* + - 'inlong-agent/**/*' inlong-dataproxy: - - inlong-dataproxy/**/* + - 'inlong-dataproxy/**/*' inlong-manager: - - inlong-manager/**/* + - 'inlong-manager/**/*' inlong-sort: - - inlong-sort/**/* + - 'inlong-sort/**/*' + +inlong-sort-standalone: + - 'inlong-sort-standalone/**/*' inlong-tubemq: - - inlong-tubemq/**/* + - 'inlong-tubemq/**/*' inlong-dashboard: - - inlong-dashboard/**/* + - 'inlong-dashboard/**/*' inlong-audit: - - inlong-audit/**/* + - 'inlong-audit/**/*' inlong-sdk: - - inlong-sdk/**/* + - 'inlong-sdk/**/*' + +ci: + - '.github/workflows/**/*' + - '.github/actions/**/*' + +docker: + - '**/Dockerfile' + - '**/*-docker.sh' + - 'inlong-agent/agent-docker/**/*' + - 'inlong-audit/audit-docker/**/*' + - 'inlong-dataproxy/dataproxy-docker/**/*' + - 'inlong-manager/manager-docker/**/*' + - 'inlong-tubemq/tubemq-docker/**/*' + - '!inlong-tubemq/tubemq-docker/tubemq-k8s/**/*' + - 'docker/docker-compose/**/*' + +k8s: + - 'docker/kubernetes/**/*' + - 'inlong-tubemq/tubemq-docker/tubemq-k8s/**/*'
