diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-11-05 15:20:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-05 15:20:55 -0800 |
| commit | 9a0a5ee83c99ef967b19d30dc677d792ba239654 (patch) | |
| tree | 095b971e29e7e3769bcd6dbf64bb10854352d7a3 | |
| parent | 8fa90f69b341c20d1452ad70d4aa89af12458352 (diff) | |
| parent | bfe63f118c0916b1f31e3d222dc687204eb9e7ae (diff) | |
Merge pull request #2904 from tallclair/patch-1
Fix plugin links in owners documentation
| -rw-r--r-- | contributors/guide/owners.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/guide/owners.md b/contributors/guide/owners.md index 74a43362..4d08ba1a 100644 --- a/contributors/guide/owners.md +++ b/contributors/guide/owners.md @@ -241,7 +241,7 @@ pieces of prow are used to implement the code review process above. - [plugin: assign](https://git.k8s.io/test-infra/prow/plugins/assign) - assigns GitHub users in response to `/assign` comments on a PR - unassigns GitHub users in response to `/unassign` comments on a PR -- [plugin: approve](https://git.k8s.io/test-infra/prow/plugins/assign) +- [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` @@ -251,7 +251,7 @@ pieces of prow are used to implement the code review process above. OWNERS files has `/approve`'d - comments as required OWNERS files are satisfied - removes outdated approval status comments -- [plugin: blunderbuss](https://git.k8s.io/test-infra/prow/plugins/assign) +- [plugin: blunderbuss](https://git.k8s.io/test-infra/prow/plugins/blunderbuss) - determines **reviewers** and requests their reviews on PR's - [plugin: lgtm](https://git.k8s.io/test-infra/prow/plugins/lgtm) - adds the `lgtm` label when a **reviewer** comments `/lgtm` on a PR |
