This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 0f2e580bcf MINOR: [CI] Fix labeler glob (#13343)
0f2e580bcf is described below
commit 0f2e580bcf082ea74ea6df397ba62f1d2baa0aea
Author: Jacob Wujciak-Jens <[email protected]>
AuthorDate: Wed Jun 8 19:21:11 2022 +0200
MINOR: [CI] Fix labeler glob (#13343)
@pitrou sorry a typo caused this to fail. This fixes it see it working
[here](https://github.com/assignUser/arrow/pull/3)
([labeler.yml](https://github.com/assignUser/arrow/blob/master/.github/workflows/dev_pr/labeler.yml#L67))
Authored-by: Jacob Wujciak-Jens <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
---
.github/workflows/dev_pr/labeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/dev_pr/labeler.yml
b/.github/workflows/dev_pr/labeler.yml
index 5b11826614..05d16486b7 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -64,4 +64,4 @@ parquet:
docs:
- docs/**/*
- - **/*.{md, rst, Rmd, Rd}
+ - "**/*.{md, rst, Rmd, Rd}"