diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-03-09 13:29:05 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-09 13:29:05 -0800 |
| commit | e6ed6cbfa7403f8770128893f703e9dfc6378eda (patch) | |
| tree | 140705e7f75490098d84aa1a1edc6c3688c3502e /generator/testdata | |
| parent | e331270db5fd263b21e9956921ee25725af94373 (diff) | |
| parent | 1ffc41daa0bc7827be8641b150798afbb5a81672 (diff) | |
Merge pull request #5611 from spiffxp/link-to-owners-in-readme
generator: make subproject owners links useful
Diffstat (limited to 'generator/testdata')
| -rw-r--r-- | generator/testdata/sigs.yaml | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/generator/testdata/sigs.yaml b/generator/testdata/sigs.yaml index a4fe858c..191982fe 100644 --- a/generator/testdata/sigs.yaml +++ b/generator/testdata/sigs.yaml @@ -1,5 +1,23 @@ sigs: - - name: Foo - - name: Bar + - dir: sig-foo + name: Foo + label: foo + charter_link: foo-charter + mission_statement: covers foo + subprojects: + - name: sub-foo + owners: + - "https://raw.githubusercontent.com/org/foo/main/OWNERS" + - dir: sig-bar + name: Bar + label: bar + charter_link: charter-bar + mission_statement: owns areas related to bar + subprojects: + - name: sub-bar + owners: + - "https://raw.githubusercontent.com/org/bar/main/test/OWNERS" workinggroups: - - name: Baz + - dir: wg-baz + name: Baz + label: baz |
