Skip to content

Commit

Permalink
Fixed labeler. (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored Apr 20, 2021
1 parent 5b3298a commit 5479e19
Showing 1 changed file with 5 additions and 48 deletions.
53 changes: 5 additions & 48 deletions .github/workflows/dev_pr/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,54 +15,11 @@
# specific language governing permissions and limitations
# under the License.

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

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/**/*

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.*
arrow-flight:
- arrow-flight/**/*

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

0 comments on commit 5479e19

Please sign in to comment.