Skip to content

Commit

Permalink
ARROW-10616: [Developer] Expand PR labeler to all supported languages
Browse files Browse the repository at this point in the history
Closes #8675 from xhochy/ARROW-10616

Lead-authored-by: Uwe L. Korn <uwe.korn@quantco.com>
Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
xhochy and kou committed Nov 16, 2020
1 parent 601f19d commit f59221d
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ name: PR labeler
on:
pull_request_target:
types: [opened, reopened]
paths:
- 'rust/**'

jobs:
assign-rust-labels:
Expand Down
49 changes: 49 additions & 0 deletions .github/workflows/dev_labeler/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,57 @@
# specific language governing permissions and limitations
# under the License.

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

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

lang-csharp:
- csharp/**/*

lang-go:
- go/**/*

lang-java:
- java/**/*

lang-js:
- js/**/*

lang-julia:
- julia/**/*

lang-python:
- python/**/*

lang-R:
- r/**/*

lang-ruby:
- ruby/**/*

lang-rust:
- rust/**/*

datafusion:
- rust/datafusion/**/*

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

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

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

0 comments on commit f59221d

Please sign in to comment.