You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/04/27 08:33:01 UTC

[GitHub] [incubator-inlong] shink opened a new pull request, #3970: [INLONG-3818][CI] Improve pull request labeler configuration

shink opened a new pull request, #3970:
URL: https://github.com/apache/incubator-inlong/pull/3970

   fixes: #3818 
   
   ### Motivation
   
   Improve pull request labeler configuration
   
   ### Modifications
   
   - `.github/labeler.yml`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-inlong] dockerzhang merged pull request #3970: [INLONG-3818][CI] Improve pull request labeler configuration

Posted by GitBox <gi...@apache.org>.
dockerzhang merged PR #3970:
URL: https://github.com/apache/incubator-inlong/pull/3970


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-inlong] shink commented on a diff in pull request #3970: [INLONG-3818][CI] Improve pull request labeler configuration

Posted by GitBox <gi...@apache.org>.
shink commented on code in PR #3970:
URL: https://github.com/apache/incubator-inlong/pull/3970#discussion_r859532086


##########
.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/**/*'

Review Comment:
   @dockerzhang Are these two labels OK? And are some else labels needed?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-inlong] dockerzhang commented on a diff in pull request #3970: [INLONG-3818][CI] Improve pull request labeler configuration

Posted by GitBox <gi...@apache.org>.
dockerzhang commented on code in PR #3970:
URL: https://github.com/apache/incubator-inlong/pull/3970#discussion_r860394122


##########
.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/**/*'

Review Comment:
   it's ok.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org