Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Dec 12, 2023
1 parent 88e44c0 commit dc1c834
Showing 1 changed file with 0 additions and 151 deletions.
151 changes: 0 additions & 151 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,154 +22,3 @@
- changed-files:
- any-glob-to-any-file:
- ".dockerignore"
- ".rat-excludes"
- ".scalafmt"
- "**/*pom.xml"
- "bin/docker-image-tool.sh"
- "build/**/*"
- "docker/**/*"
- "docs/requirements"
- "kyuubi-assembly/**/*"
- "scalastyle-config.xml"
- "dev/**/*"
- "!dev/kyuubi-codecov/**/*"
- "!dev/kyuubi-tpcds/**/*"

"kind:deploy":
- changed-files:
- any-glob-to-any-file:
- "bin/**/*"
- "!bin/beeline"
- "!bin/docker-image-tool.sh"

"kind:documentation":
- changed-files:
- any-glob-to-any-file:
- "*.md"
- "conf/**/*"
- "docs/**/*"
- "readthedocs.yml"

"kind:infra":
- changed-files:
- any-glob-to-any-file:
- ".asf.yaml"
- ".gitattributes"
- ".github/**/*"
- ".gitignore"
- "LICENSE"
- "LICENSE-binary"
- "NOTICE"
- "NOTICE-binary"
- "codecov.yml"
- "dev/kyuubi-codecov/**/*"
- "licenses-binary"

"module:common":
- changed-files:
- any-glob-to-any-file:
- "kyuubi-common/**/*"

"module:ctl":
- changed-files:
- any-glob-to-any-file:
- "bin/beeline"
- "kyuubi-ctl/**/*"
- "kyuubi-hive-beeline/**/*"
- "kyuubi-hive-jdbc/**/*"
- "kyuubi-hive-jdbc-shaded/**/*"

"module:events":
- changed-files:
- any-glob-to-any-file:
- "kyuubi-events/**/*"

"module:flink":
- changed-files:
- any-glob-to-any-file:
- "externals/kyuubi-flink-sql-engine/**/*"
- "integration-tests/kyuubi-flink-it/**/*"

"module:ha":
- changed-files:
- any-glob-to-any-file:
- "kyuubi-ha/**/*"
- "kyuubi-zookeeper/**/*"

"module:hive":
- changed-files:
- any-glob-to-any-file:
- "bin/beeline"
- "externals/kyuubi-hive-sql-engine/**/*"
- "kyuubi-hive-beeline/**/*"
- "kyuubi-hive-jdbc/**/*"
- "kyuubi-hive-jdbc-shaded/**/*"

"module:jdbc":
- changed-files:
- any-glob-to-any-file:
- "externals/kyuubi-jdbc-engine/**/*"

"module:kubernetes":
- changed-files:
- any-glob-to-any-file:
- ".dockerignore"
- "bin/docker-image-tool.sh"
- "docker/**/*"
- "integration-tests/kyuubi-kubernetes-it/**/*"
- "tools/spark-block-cleaner/**/*"

"module:metrics":
- changed-files:
- any-glob-to-any-file:
- "kyuubi-metrics/**/*"

"module:trino":
- changed-files:
- any-glob-to-any-file:
- "externals/kyuubi-trino-engine/**/*"

"module:tpcds":
- changed-files:
- any-glob-to-any-file:
- "dev/kyuubi-tpcds/**/*"

"module:server":
- changed-files:
- any-glob-to-any-file:
- "bin/kyuubi"
- "kyuubi-server/src/**/*"
- "kyuubi-server/pom.xml"
- "extension/server/kyuubi-server-plugin/**/*"

"module:spark":
- changed-files:
- any-glob-to-any-file:
- "externals/kyuubi-spark-sql-engine/**/*"
- "extensions/spark/**/*"
- "tools/spark-block-cleaner/**/*"

"module:extensions":
- changed-files:
- any-glob-to-any-file:
- "extensions/**/*"

"module:rest-client":
- changed-files:
- any-glob-to-any-file:
- "kyuubi-rest-client/**/*"

"module:integration-tests":
- changed-files:
- any-glob-to-any-file:
- "integration-tests/**/*"

"module:authz":
- changed-files:
- any-glob-to-any-file:
- "extensions/spark/kyuubi-spark-authz/**/*"

"module:ui":
- changed-files:
- any-glob-to-any-file:
- "kyuubi-server/web-ui/**/*"

0 comments on commit dc1c834

Please sign in to comment.