From a45a0d170a7a7fcc5ee6dea50342b94d1bb6097f Mon Sep 17 00:00:00 2001 From: jdumars Date: Wed, 8 Aug 2018 12:23:53 -0700 Subject: [PATCH] added architecture tracking to sigs.yaml --- sig-architecture/README.md | 3 +++ sigs.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sig-architecture/README.md b/sig-architecture/README.md index afa35366549..85ab58e72d7 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 diff --git a/sigs.yaml b/sigs.yaml index 527caa760f4..e28e0e23b39 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -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: >