Merge pull request #5015 from nikhita/github-default-repo
sig-contribex: add .github repos
This commit is contained in:
commit
b1f8d665f7
|
@ -96,6 +96,10 @@ Creates and runs contributor-focused events, such as the Contributor Summit. Ev
|
||||||
### github-management
|
### github-management
|
||||||
Manages and controls Github permissions, repos, and groups, including Org Membership.
|
Manages and controls Github permissions, repos, and groups, including Org Membership.
|
||||||
- **Owners:**
|
- **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/community/master/github-management/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/org/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/org/master/OWNERS
|
||||||
|
|
|
@ -1188,6 +1188,10 @@ sigs:
|
||||||
contact:
|
contact:
|
||||||
slack: github-management
|
slack: github-management
|
||||||
owners:
|
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/community/master/github-management/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS
|
||||||
- https://raw.githubusercontent.com/kubernetes/org/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/org/master/OWNERS
|
||||||
|
|
Loading…
Reference in New Issue