You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/07/29 02:46:55 UTC

[arrow-datafusion] branch master updated: automatically add python label to PRs (#791)

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

jorgecarleitao 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 a6baf88  automatically add python label to PRs (#791)
a6baf88 is described below

commit a6baf88501765ea4a8884e9e21be23a25b8e76f8
Author: QP Hou <qp...@scribd.com>
AuthorDate: Wed Jul 28 19:46:49 2021 -0700

    automatically add python label to PRs (#791)
    
    also adjust label detection logic for datafusion and ballista
---
 .github/workflows/dev_pr/labeler.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml
index df9d412..c27fb2c 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -17,6 +17,12 @@
 
 datafusion:
   - datafusion/**/*
+  - datafusion-cli/**/*
+  - datafusion-examples/**/*
 
 ballista:
   - ballista/**/*
+  - ballista-examples/**/*
+
+python:
+  - python/**/*