Skip to content

Commit 87ae61d

Browse files
authored
Fix PR labeler (#468)
* Fix PR labeler
1 parent 6860f17 commit 87ae61d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/dev_pr.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
name: Dev PR
1919

2020
on:
21-
pull_request:
21+
pull_request_target:
22+
types:
23+
- opened
24+
- edited
25+
- synchronize
2226

2327
jobs:
2428
process:

parquet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ version is available. Then simply update version of `parquet-format` crate in Ca
8282
- [x] Primitive column value readers
8383
- [x] Row record reader
8484
- [x] Arrow record reader
85-
- [ ] Statistics support
85+
- [x] Statistics support
8686
- [x] Write support
8787
- [x] Primitive column value writers
8888
- [ ] Row record writer

0 commit comments

Comments
 (0)