You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ja...@apache.org on 2023/01/15 13:09:21 UTC

[arrow-datafusion] branch master updated: Add substrait label to PRs (#4915)

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

jakevin 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 195eccf8b Add substrait label to PRs (#4915)
195eccf8b is described below

commit 195eccf8b10886a6dd9e8206b5bdfed3c2a7241c
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Sun Jan 15 14:09:16 2023 +0100

    Add substrait label to PRs (#4915)
---
 .github/workflows/dev_pr/labeler.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml
index f6199c4c6..bcfb1b479 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -30,7 +30,7 @@ documentation:
 
 sql:
   - datafusion/sql/**/*
-  
+
 logical-expr:
   - datafusion/expr/**/*
 
@@ -43,6 +43,8 @@ optimizer:
 core:
   - datafusion/core/**/*
 
+substrait:
+  - datafusion/substrait/**/*
+
 sqllogictest:
   - datafusion/core/tests/sqllogictests/**/*
-