Skip to content

Commit

Permalink
add OWNERS files to tikv/client-go.
Browse files Browse the repository at this point in the history
Fixes #1090

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Aug 12, 2024
1 parent 2380f91 commit 3c64150
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
2 changes: 2 additions & 0 deletions prow/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@ tide:
tikv/community: squash
tikv/pd: squash
tikv/raft-engine: squash
tikv/client-go: squash
tikv/tikv: squash

# Please reference the document about custom commit message template:
Expand Down Expand Up @@ -1257,6 +1258,7 @@ tide:
- pingcap/tiproxy
- pingcap/tidb-engine-ext
- tikv/raft-engine
- tikv/client-go
labels:
- lgtm
- approved
Expand Down
26 changes: 16 additions & 10 deletions prow/config/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ lgtm:
- pingcap/tiflash
- pingcap/tiflow
- pingcap/tispark
- tikv/client-go
- tikv/pd
- tikv/raft-engine
- tikv/tikv
Expand Down Expand Up @@ -68,6 +69,7 @@ owners:
- pingcap/tiunimanager
- pingcap/tiunimanager-ui
- pingcap/tiup
- tikv/client-go
- tikv/pd
- tikv/raft-engine
- tikv/tikv
Expand All @@ -90,6 +92,7 @@ welcome:
- pingcap/tiunimanager
- pingcap/tiunimanager-ui
- ti-community-infra
- tikv/client-go
- tikv/tikv
- tikv/pd
- tikv/raft-engine
Expand Down Expand Up @@ -617,28 +620,25 @@ plugins:
tikv:
plugins:
- dco
- assign
- welcome
tikv/community:
plugins:
- assign
- hold
- wip
- lifecycle
- blunderbuss
- trigger
- welcome
tikv/migration:
plugins:
- assign
- hold
- label
- size
- trigger
- welcome
- wip
tikv/pd:
plugins:
- approve
- assign
- cherry-pick-unapproved
- hold
- lgtm
Expand All @@ -650,25 +650,32 @@ plugins:
- size
- trigger
- verify-owners
- welcome
- wip
tikv/raft-engine:
plugins:
- approve
- assign
- hold
- label
- lgtm
- owners-label
- size
- trigger
- verify-owners
- welcome
- wip
tikv/client-go:
plugins:
- approve
- hold
- label
- lgtm
- owners-label
- size
- trigger
- verify-owners
- wip
tikv/tikv:
plugins:
- approve
- assign
- cherry-pick-unapproved
- hold
- lgtm
Expand All @@ -681,7 +688,6 @@ plugins:
- size
- trigger
- verify-owners
- welcome
- wip

PingCAP-QE/ci: &ee-plugins
Expand Down

0 comments on commit 3c64150

Please sign in to comment.