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 aa5c849a3 Add object-store labels to PRs (#2146)
aa5c849a3 is described below
commit aa5c849a39a3e7460b41a58a3fd8d2b75749ecba
Author: Andrew Lamb <[email protected]>
AuthorDate: Sat Jul 23 18:17:38 2022 -0400
Add object-store labels to PRs (#2146)
---
.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 a3d27cabb..aadf9c377 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -26,3 +26,6 @@ parquet:
parquet-derive:
- parquet_derive/**/*
+
+object-store:
+ - object_store/**/*