fix repoowners misspelling

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
Jintao Zhang 2019-04-15 21:55:36 +08:00
parent 1dcd9f368d
commit 0f0611806c
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ of OWNERS files
## OWNERS spec ## OWNERS spec
The [k8s.io/test-infra/prow/repowners package](https://git.k8s.io/test-infra/prow/repoowners/repoowners.go) The [k8s.io/test-infra/prow/repoowners package](https://git.k8s.io/test-infra/prow/repoowners/repoowners.go)
is the main consumer of OWNERS files. If this page is out of date, look there. is the main consumer of OWNERS files. If this page is out of date, look there.
### OWNERS ### OWNERS
@ -256,7 +256,7 @@ pieces of prow are used to implement the code review process above.
- [plugin: lgtm](https://git.k8s.io/test-infra/prow/plugins/lgtm) - [plugin: lgtm](https://git.k8s.io/test-infra/prow/plugins/lgtm)
- adds the `lgtm` label when a **reviewer** comments `/lgtm` on a PR - adds the `lgtm` label when a **reviewer** comments `/lgtm` on a PR
- the **PR author** may not `/lgtm` their own PR - the **PR author** may not `/lgtm` their own PR
- [pkg: k8s.io/test-infra/prow/repowners](https://git.k8s.io/test-infra/prow/repoowners/repoowners.go) - [pkg: k8s.io/test-infra/prow/repoowners](https://git.k8s.io/test-infra/prow/repoowners/repoowners.go)
- parses OWNERS and OWNERS_ALIAS files - parses OWNERS and OWNERS_ALIAS files
- if the `no_parent_owners` option is encountered, parent owners are excluded from having - if the `no_parent_owners` option is encountered, parent owners are excluded from having
any influence over files adjacent to or underneath of the current OWNERS file any influence over files adjacent to or underneath of the current OWNERS file