diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-08-10 04:06:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-10 04:06:19 -0700 |
| commit | b1f8d665f7663718525f7055cd826c22e0553cef (patch) | |
| tree | d15b34ad114b8cae5cd407ac17528d6ffa4b5362 | |
| parent | f7733f597834cb33b11b46cb946c4d1a2ef4f254 (diff) | |
| parent | 290bb6b416878f2b63c0bb96653fa06325e15e81 (diff) | |
Merge pull request #5015 from nikhita/github-default-repo
sig-contribex: add .github repos
| -rw-r--r-- | sig-contributor-experience/README.md | 4 | ||||
| -rw-r--r-- | sigs.yaml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sig-contributor-experience/README.md b/sig-contributor-experience/README.md index 9377e003..2cd844c9 100644 --- a/sig-contributor-experience/README.md +++ b/sig-contributor-experience/README.md @@ -96,6 +96,10 @@ Creates and runs contributor-focused events, such as the Contributor Summit. Ev ### github-management Manages and controls Github permissions, repos, and groups, including Org Membership. - **Owners:** + - https://raw.githubusercontent.com/kubernetes-client/.github/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/.github/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/.github/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/.github/master/OWNERS - https://raw.githubusercontent.com/kubernetes/community/master/github-management/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS - https://raw.githubusercontent.com/kubernetes/org/master/OWNERS @@ -1188,6 +1188,10 @@ sigs: contact: slack: github-management owners: + - https://raw.githubusercontent.com/kubernetes-client/.github/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-csi/.github/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/.github/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/.github/master/OWNERS - https://raw.githubusercontent.com/kubernetes/community/master/github-management/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS - https://raw.githubusercontent.com/kubernetes/org/master/OWNERS |
