Skip to content

Commit

Permalink
GH-14761: [Dev] Update labels on PR labeler to use new Component ones (
Browse files Browse the repository at this point in the history
…#14762)

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
raulcd authored Nov 29, 2022
1 parent d77ced2 commit a594e38
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: GLib":
- c_glib/**/*

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

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

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

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

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

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

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

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

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

gandiva:
"Component: C++ - 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: Documentation":
- docs/**/*
- "**/*.{md, rst, Rmd, Rd}"

0 comments on commit a594e38

Please sign in to comment.