Skip to content
Prev Previous commit
Next Next commit
Move Scala style configuration to BUILD tag
  • Loading branch information
HyukjinKwon committed Apr 10, 2020
commit 84d0c327c4222a10284ed70a1e056c3766799244
2 changes: 1 addition & 1 deletion .github/autolabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ INFRA:
- ".asf.yaml"
- ".gitattributes"
- ".gitignore"
- "scalastyle-config.xml"
BUILD:
- "/dev/"
- "/build/"
Expand All @@ -37,6 +36,7 @@ BUILD:
- "*pom.xml"
- "/bin/docker-image-tool.sh"
- "/bin/find-spark-home*"
- "scalastyle-config.xml"
DOCS:
- "docs/"
- "/README.md"
Expand Down