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

houqp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 949bb0e  automatically add sql, development-process and documentation 
labels to PRs (#800)
949bb0e is described below

commit 949bb0e7a75ee44a4ecd5f0ba8dee61a2113ba14
Author: QP Hou <[email protected]>
AuthorDate: Sun Aug 1 20:16:39 2021 -0700

    automatically add sql, development-process and documentation labels to PRs 
(#800)
    
    * automatically add SQL label to PRs
    
    * automatically add development-process and documentation labels
    
    * add more docs matching paths
---
 .github/workflows/dev_pr/labeler.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.github/workflows/dev_pr/labeler.yml 
b/.github/workflows/dev_pr/labeler.yml
index c27fb2c..5b956a1 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -26,3 +26,20 @@ ballista:
 
 python:
   - python/**/*
+
+sql:
+  - datafusion/src/sql/**/*
+
+development-process:
+  - dev/**.*
+  - .github/**.*
+  - ci/**.*
+  - .asf.yaml
+
+documentation:
+  - docs/**.*
+  - README.md
+  - ./**/README.md
+  - DEVELOPERS.md
+  - ballista/docs/**.*
+  - datafusion/docs/**.*

Reply via email to