Skip to content

Commit

Permalink
Merge branch 'master' into config-check-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
NingLin-P authored Mar 7, 2020
2 parents 17b1864 + 5e89ab0 commit b78c084
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
component/executor:
- distsql
- executor
- util/chunk
- util/disk
- util/execdetails
- util/expensivequery
- util/filesort
- util/memory
- util/sqlexec
- distsql/*
- executor/*
- util/chunk/*
- util/disk/*
- util/execdetails/*
- util/expensivequery/*
- util/filesort/*
- util/memory/*
- util/sqlexec/*

component/expression:
- expression
- types
- expression/*
- types/*

component/planner:
- planner
- bindinfo
- util/ranger
- util/plancodec
- planner/*
- bindinfo/*
- util/ranger/*
- util/plancodec/*

component/statistics:
- statistics
- statistics/*

component/DDL:
- ddl
- infoschema
- meta
- ddl/*
- infoschema/*
- meta/*

0 comments on commit b78c084

Please sign in to comment.