Skip to content

Commit 3d7cefb

Browse files
Fixed labeler. (#8)
1 parent 5918670 commit 3d7cefb

File tree

1 file changed

+5
-48
lines changed

1 file changed

+5
-48
lines changed

.github/workflows/dev_pr/labeler.yml

Lines changed: 5 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -15,54 +15,11 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
"lang-c++":
19-
- cpp/**/*
18+
arrow:
19+
- arrow/**/*
2020

21-
lang-c-glib:
22-
- c_glib/**/*
23-
24-
lang-csharp:
25-
- csharp/**/*
26-
27-
lang-go:
28-
- go/**/*
29-
30-
lang-java:
31-
- java/**/*
32-
33-
lang-js:
34-
- js/**/*
35-
36-
lang-julia:
37-
- julia/**/*
38-
39-
lang-python:
40-
- python/**/*
41-
42-
lang-R:
43-
- r/**/*
44-
45-
lang-ruby:
46-
- ruby/**/*
47-
48-
lang-rust:
49-
- rust/**/*
50-
51-
flight:
52-
- cpp/src/arrow/flight/**/*
53-
- r/R/flight.*
54-
- rust/arrow-flight/**/*
55-
- python/pyarrow/*flight.*
56-
57-
gandiva:
58-
- c_glib/gandiva-glib/**/*
59-
- cpp/src/gandiva/**/*
60-
- ruby/red-gandiva/**/*
61-
- python/pyarrow/gandiva.*
21+
arrow-flight:
22+
- arrow-flight/**/*
6223

6324
parquet:
64-
- c_glib/parquet-glib/**/*
65-
- cpp/src/parquet/**/*
66-
- r/R/parquet.*
67-
- ruby/red-parquet/**/*
68-
- rust/parquet*/**/*
25+
- parquet/**/*

0 commit comments

Comments
 (0)