You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/03/14 07:23:31 UTC

[GitHub] [incubator-kyuubi] cfmcgrady opened a new pull request #2132: [KYUUBI #2085] Add a labeler github action to triage PRs

cfmcgrady opened a new pull request #2132:
URL: https://github.com/apache/incubator-kyuubi/pull/2132


   <!--
   Thanks for sending a pull request!
   
   Here are some tips for you:
     1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
     2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
     3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
   -->
   
   ### _Why are the changes needed?_
   <!--
   Please clarify why the changes are needed. For instance,
     1. If you add a feature, you can talk about the use case of it.
     2. If you fix a bug, you can clarify why it is a bug.
   -->
   
   to close #2085 
   
   ### _How was this patch tested?_
   
   A series of local tests ran on my forked repo.
   
   - https://github.com/cfmcgrady/incubator-kyuubi/pull/8 
   - https://github.com/cfmcgrady/incubator-kyuubi/pull/9
   - https://github.com/cfmcgrady/incubator-kyuubi/pull/10


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yaooqinn commented on a change in pull request #2132: [KYUUBI #2085] Add a labeler github action to triage PRs

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on a change in pull request #2132:
URL: https://github.com/apache/incubator-kyuubi/pull/2132#discussion_r825672365



##########
File path: .github/labeler.yml
##########
@@ -0,0 +1,106 @@
+#
+# 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.
+#
+# Pull Request Labeler Github Action Configuration: https://github.com/marketplace/actions/labeler
+
+"kind:build":
+  - ".dockerignore"
+  - ".rat-excludes"
+  - ".scalafmt"
+  - "**/*pom.xml"
+  - "bin/docker-image-tool.sh"
+  - "build/**/*"
+  - "docker/**/*"
+  - "docs/requirements"
+  - "kyuubi-assembly/**/*"
+  - "scalastyle-config.xml"
+  - any: ["dev/**/*", "!dev/kyuubi-codecov/**/*", "!dev/kyuubi-extension-spark*/**/*", "!dev/kyuubi-tpcds/**/*"]
+
+"kind:deploy":
+  - any: ["bin/**/*", "!bin/beeline", "!bin/docker-image-tool.sh"]
+    
+"kind:docs":

Review comment:
       kind:documentation




-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yaooqinn closed pull request #2132: [KYUUBI #2085] Add a labeler github action to triage PRs

Posted by GitBox <gi...@apache.org>.
yaooqinn closed pull request #2132:
URL: https://github.com/apache/incubator-kyuubi/pull/2132


   


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] cfmcgrady commented on pull request #2132: [KYUUBI #2085] Add a labeler github action to triage PRs

Posted by GitBox <gi...@apache.org>.
cfmcgrady commented on pull request #2132:
URL: https://github.com/apache/incubator-kyuubi/pull/2132#issuecomment-1066467327


   Help check that these labels are set up reasonably. @yaooqinn @pan3793 


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yaooqinn commented on pull request #2132: [KYUUBI #2085] Add a labeler github action to triage PRs

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on pull request #2132:
URL: https://github.com/apache/incubator-kyuubi/pull/2132#issuecomment-1066531189


   thanks, merged to master


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org