You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/04/20 11:12:52 UTC

[arrow-datafusion] branch master updated: Fixed labeler. (#13)

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

alamb 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 2a8e2bb  Fixed labeler. (#13)
2a8e2bb is described below

commit 2a8e2bb0a5097a894313f824453add2274436034
Author: Jorge Leitao <jo...@gmail.com>
AuthorDate: Tue Apr 20 13:12:45 2021 +0200

    Fixed labeler. (#13)
---
 .github/workflows/dev_pr/labeler.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml
index 5eb722d..df9d412 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -16,7 +16,7 @@
 # under the License.
 
 datafusion:
-  - rust/datafusion/**/*
+  - datafusion/**/*
 
 ballista:
-  - rust/ballista/**/*
+  - ballista/**/*