Skip to content

Commit

Permalink
apacheGH-14761: [Dev] Update labels on PR labeler to use new Componen…
Browse files Browse the repository at this point in the history
…t ones
  • Loading branch information
raulcd committed Nov 29, 2022
1 parent 409a95d commit 77149ba
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/dev_pr/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,53 +15,53 @@
# specific language governing permissions and limitations
# under the License.

"lang-c++":
"Component: c++":
- cpp/**/*

lang-c-glib:
"Component: c-glib":
- c_glib/**/*

lang-csharp:
"Component: csharp":
- csharp/**/*

lang-go:
"Component: go":
- go/**/*

lang-java:
"Component: java":
- java/**/*

lang-js:
"Component: js":
- js/**/*

lang-matlab:
"Component: matlab":
- matlab/**/*

lang-python:
"Component: python":
- python/**/*

lang-R:
"Component: R":
- r/**/*

lang-ruby:
"Component: ruby":
- ruby/**/*

flight:
"Component: flight":
- cpp/src/arrow/flight/**/*
- r/R/flight.*
- python/pyarrow/*flight.*

gandiva:
"Component: gandiva":
- c_glib/gandiva-glib/**/*
- cpp/src/gandiva/**/*
- ruby/red-gandiva/**/*
- python/pyarrow/gandiva.*

parquet:
"Component: parquet":
- c_glib/parquet-glib/**/*
- cpp/src/parquet/**/*
- r/R/parquet.*
- ruby/red-parquet/**/*

docs:
"Component: docs":
- docs/**/*
- "**/*.{md, rst, Rmd, Rd}"

0 comments on commit 77149ba

Please sign in to comment.