Skip to content

Commit

Permalink
[MINOR][INFRA] Update the labeler for CORE and CONNECT
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Update the labeler for CORE and CONNECT

### Why are the changes needed?
1, existing `CORE` label actually match almost all python files under `pyspark`;
2, add ML on Connect to `CONNECT` label;

### Does this PR introduce _any_ user-facing change?
no, dev-only

### How was this patch tested?
manually check

Closes apache#42070 from zhengruifeng/labeler_update.

Authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
zhengruifeng authored and HyukjinKwon committed Jul 19, 2023
1 parent bca28f8 commit 047fad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ CORE:
- "common/kvstore/**/*"
- "common/network-common/**/*"
- "common/network-shuffle/**/*"
- "python/pyspark/**/*.py"
- "python/pyspark/*.py"
- "python/pyspark/tests/**/*.py"
SPARK SUBMIT:
- "bin/spark-submit*"
Expand Down Expand Up @@ -155,6 +155,7 @@ CONNECT:
- "connector/connect/**/*"
- "**/sql/sparkconnect/**/*"
- "python/pyspark/sql/**/connect/**/*"
- "python/pyspark/ml/**/connect/**/*"
PROTOBUF:
- "connector/protobuf/**/*"
- "python/pyspark/sql/protobuf/**/*"

0 comments on commit 047fad5

Please sign in to comment.