diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-11-08 16:41:59 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-08 16:41:59 -0800 |
| commit | d051d03b66c139d457f68dc10dab3db1367864bb (patch) | |
| tree | 2f2d711726112f0ac454b11d7b19ac0fb7ebee21 | |
| parent | 931c4b1144fed9441aac756bf922bad62c452c27 (diff) | |
| parent | cd89159cf442820c692f1fe976fb4bdef9353908 (diff) | |
Merge pull request #4228 from haysclark/guide-owners-typo-fix
chore: fixing typo in command example
| -rw-r--r-- | contributors/guide/owners.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/guide/owners.md b/contributors/guide/owners.md index fd4ce0fb..ba337205 100644 --- a/contributors/guide/owners.md +++ b/contributors/guide/owners.md @@ -260,7 +260,7 @@ pieces of prow are used to implement the code review process above. - [plugin: approve](https://git.k8s.io/test-infra/prow/plugins/approve) - per-repo configuration: - `issue_required`: defaults to `false`; when `true`, require that the PR description link to - an issue, or that at least one **approver** issues a `/approve no-isse` + an issue, or that at least one **approver** issues a `/approve no-issue` - `implicit_self_approve`: defaults to `false`; when `true`, if the PR author is in relevant OWNERS files, act as if they have implicitly `/approve`'d - adds the `approved` label once an **approver** for each of the required |
