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 87ae61d  Fix PR labeler (#468)
87ae61d is described below

commit 87ae61df89cea14b7a1a1a3377e209d940520ba2
Author: DaniĆ«l Heres <[email protected]>
AuthorDate: Sun Jun 20 13:00:33 2021 +0200

    Fix PR labeler (#468)
    
    * Fix PR labeler
---
 .github/workflows/dev_pr.yml | 6 +++++-
 parquet/README.md            | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/dev_pr.yml b/.github/workflows/dev_pr.yml
index 8202853..78fe37b 100644
--- a/.github/workflows/dev_pr.yml
+++ b/.github/workflows/dev_pr.yml
@@ -18,7 +18,11 @@
 name: Dev PR
 
 on:
-  pull_request:
+  pull_request_target:
+    types:
+      - opened
+      - edited
+      - synchronize
 
 jobs:
   process:
diff --git a/parquet/README.md b/parquet/README.md
index 338dba7..b48e27e 100644
--- a/parquet/README.md
+++ b/parquet/README.md
@@ -82,7 +82,7 @@ version is available. Then simply update version of 
`parquet-format` crate in Ca
   - [x] Primitive column value readers
   - [x] Row record reader
   - [x] Arrow record reader
-- [ ] Statistics support
+- [x] Statistics support
 - [x] Write support
   - [x] Primitive column value writers
   - [ ] Row record writer

Reply via email to