diff options
| author | jdumars <jdumars@gmail.com> | 2018-08-08 12:23:53 -0700 |
|---|---|---|
| committer | jdumars <jdumars@gmail.com> | 2018-08-08 12:23:53 -0700 |
| commit | a45a0d170a7a7fcc5ee6dea50342b94d1bb6097f (patch) | |
| tree | 3c73858d2878e14591cc17c6b743be08a1397518 | |
| parent | 9dd9e3106fcc436f825f17b0d036f2aaa4c9afc1 (diff) | |
added architecture tracking to sigs.yaml
| -rw-r--r-- | sig-architecture/README.md | 3 | ||||
| -rw-r--r-- | sigs.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sig-architecture/README.md b/sig-architecture/README.md index afa35366..85ab58e7 100644 --- a/sig-architecture/README.md +++ b/sig-architecture/README.md @@ -42,6 +42,9 @@ The following subprojects are owned by sig-architecture: - **steering** - Owners: - https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS +- **architecture-tracking** + - Owners: + - https://raw.githubusercontent.com/kubernetes-sigs/architecture-tracking/master/OWNERS ## GitHub Teams @@ -247,6 +247,9 @@ sigs: - name: steering owners: - https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS + - name: architecture-tracking + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/architecture-tracking/master/OWNERS - name: Auth dir: sig-auth mission_statement: > |
