You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/06/03 12:14:54 UTC

[arrow-datafusion] branch master updated: remove datafusion and python labeler rules (#2687)

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

agrove 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 9745fc414 remove datafusion and python labeler rules (#2687)
9745fc414 is described below

commit 9745fc4146ade60f3c46e72c5e46bacb5e11617f
Author: Andy Grove <ag...@apache.org>
AuthorDate: Fri Jun 3 06:14:49 2022 -0600

    remove datafusion and python labeler rules (#2687)
---
 .github/workflows/dev_pr/labeler.yml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml
index 28fefe03e..3d010355b 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -15,14 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-datafusion:
-  - datafusion/**/*
-  - datafusion-cli/**/*
-  - datafusion-examples/**/*
-
-python:
-  - python/**/*
-
 development-process:
   - dev/**.*
   - .github/**.*