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

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


The following commit(s) were added to refs/heads/master by this push:
     new 11213a423 Update labeller for split crates (#2823)
11213a423 is described below

commit 11213a4230990fdc85b5931028ad278119e8ecdd
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Tue Oct 4 17:24:35 2022 +0100

    Update labeller for split crates (#2823)
---
 .github/workflows/dev_pr/labeler.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/dev_pr/labeler.yml 
b/.github/workflows/dev_pr/labeler.yml
index aadf9c377..42ab6a639 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -17,6 +17,10 @@
 
 arrow:
   - arrow/**/*
+  - arrow-array/**/*
+  - arrow-buffer/**/*
+  - arrow-data/**/*
+  - arrow-schema/**/*
 
 arrow-flight:
   - arrow-flight/**/*

Reply via email to