Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
34 lines (33 sloc)
777 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See the OWNERS docs at https://go.k8s.io/owners | |
filters: | |
".*": | |
reviewers: | |
- dchen1107 | |
- lavalamp | |
- smarterclayton | |
- thockin | |
- wojtek-t | |
- liggitt | |
approvers: | |
- dchen1107 | |
- lavalamp | |
- smarterclayton | |
- thockin | |
- wojtek-t | |
- liggitt | |
emeritus_approvers: | |
- brendandburns | |
- bgrant0607 | |
- jbeda | |
# go.{mod,sum} files relate to go dependencies, and should be reviewed by the | |
# dep-approvers | |
"go\\.(mod|sum)$": | |
required_reviewers: | |
- kubernetes/dep-approvers | |
labels: | |
- area/dependency | |
# metrics.go files are sig-instrumentation related, and should be tagged | |
# and reviewed by sig-instrumentation | |
"metrics\\.go$": | |
labels: | |
- sig/instrumentation |