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-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 541dae0  label parquet-derive PRs as well (#540)
541dae0 is described below

commit 541dae03daee88614ee8cc70dbebb741e9ec3ab0
Author: Andrew Lamb <[email protected]>
AuthorDate: Mon Jul 12 16:22:58 2021 -0400

    label parquet-derive PRs as well (#540)
---
 .github/workflows/dev_pr/labeler.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/dev_pr/labeler.yml 
b/.github/workflows/dev_pr/labeler.yml
index 63b4154..a3d27ca 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -23,3 +23,6 @@ arrow-flight:
 
 parquet:
   - parquet/**/*
+
+parquet-derive:
+  - parquet_derive/**/*

Reply via email to