diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-08-20 08:17:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-20 08:17:27 -0700 |
| commit | d021e2d6d3d15b5335edad3b7503280b01aed640 (patch) | |
| tree | 8707011dfac06006e84c20bdf38a2c7cd3a65e39 | |
| parent | a393986f2c6b056616e96f8c6cfb256b920be0db (diff) | |
| parent | ac63d14b6647cbe1a38522f8d976739ec05d7f5d (diff) | |
Merge pull request #5056 from mrbobbytables/owners-formatting
Fix PR workflow link in contrib guide owners doc
| -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 ffbe22d2..53fad10c 100644 --- a/contributors/guide/owners.md +++ b/contributors/guide/owners.md @@ -142,8 +142,7 @@ GitHub usernames and aliases listed in OWNERS files are case-insensitive. ## Code Review using OWNERS files -This is a simplified description of our [full PR testing and merge -workflow](/contributors/guide/pull-requests.md#the-testing-and-merge-workflow) +This is a simplified description of our [full PR testing and merge workflow][pr-workflow] that conveniently forgets about the existence of tests, to focus solely on the roles driven by OWNERS files. Please see [below](#automation-using-owners-files) for details on how specific aspects of this process may be configured on a per-repo basis. @@ -317,3 +316,4 @@ Good examples of OWNERS usage: [community membership doc]: https://git.k8s.io/community/community-membership.md [chromium-owners]: https://chromium.googlesource.com/chromium/src/+/master/docs/code_reviews.md [github-codeowners]: https://help.github.com/articles/about-codeowners/ +[pr-workflow]: /contributors/guide/pull-requests.md#the-testing-and-merge-workflow |
