You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/04/28 02:18:29 UTC

[incubator-inlong] branch master updated: [INLONG-3818][CI] Improve pull request labeler configuration (#3970)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 495ebd7c3 [INLONG-3818][CI] Improve pull request labeler configuration (#3970)
495ebd7c3 is described below

commit 495ebd7c3505d9f13588fb0d0fbc17f895f05e80
Author: Yuanhao Ji <ji...@apache.org>
AuthorDate: Thu Apr 28 10:18:23 2022 +0800

    [INLONG-3818][CI] 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/**/*'