diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-01-04 12:05:19 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-04 12:05:19 -0800 |
| commit | e46b2ea4ba06bf02f2434a78dca0e0be63d7c387 (patch) | |
| tree | 61eaea30daf0b3644fdc4c1645db5930163d6f46 | |
| parent | 5c82a3d866ee373b890da4b6af8caf468785985a (diff) | |
| parent | ecc1997500f9ad4dc39ef1d8b5edcd7b6a3cd9d9 (diff) | |
Merge pull request #1559 from chenopis/patch-3
add sig-docs-pr-reviews link
| -rw-r--r-- | sig-docs/README.md | 1 | ||||
| -rw-r--r-- | sigs.yaml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sig-docs/README.md b/sig-docs/README.md index 75c2e3c9..1de27516 100644 --- a/sig-docs/README.md +++ b/sig-docs/README.md @@ -33,6 +33,7 @@ Note that the links to display team membership will only work if you are a membe | Team Name | Details | Description | | --------- |:-------:| ----------- | | @kubernetes/sig-docs-maintainers | [link](https://github.com/orgs/kubernetes/teams/sig-docs-maintainers) | Documentation Maintainers | +| @kubernetes/sig-docs-pr-reviews | [link](https://github.com/orgs/kubernetes/teams/sig-docs-pr-reviews) | Documentation PR Reviewers | <!-- BEGIN CUSTOM CONTENT --> ## Goals @@ -493,6 +493,8 @@ sigs: teams: - name: sig-docs-maintainers description: Documentation Maintainers + - name: sig-docs-pr-reviews + description: Documentation PR Reviewers - name: GCP dir: sig-gcp mission_statement: > |
