Skip to content

Commit 0f2e580

Browse files
authored
MINOR: [CI] Fix labeler glob (apache#13343)
@pitrou sorry a typo caused this to fail. This fixes it see it working [here](assignUser#3) ([labeler.yml](https://github.com/assignUser/arrow/blob/master/.github/workflows/dev_pr/labeler.yml#L67)) Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de> Signed-off-by: Antoine Pitrou <antoine@python.org>
1 parent ddc1d97 commit 0f2e580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev_pr/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ parquet:
6464

6565
docs:
6666
- docs/**/*
67-
- **/*.{md, rst, Rmd, Rd}
67+
- "**/*.{md, rst, Rmd, Rd}"

0 commit comments

Comments
 (0)