diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-10-04 10:31:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-04 10:31:07 -0700 |
| commit | e8871af39ef064ae89769441fe464e992454711d (patch) | |
| tree | 104f329da508760a57dd3a811ad9e80d392bc878 | |
| parent | df2ff3feb29dfa0db05a171ac5667dce050f58c9 (diff) | |
| parent | 6d81acf86b5d7adb20c282e73d17c8bc260dbaad (diff) | |
Merge pull request #6069 from spiffxp/sig-testing-tls
sig-testing: propose new TLs
| -rw-r--r-- | OWNERS_ALIASES | 2 | ||||
| -rw-r--r-- | sig-testing/README.md | 4 | ||||
| -rw-r--r-- | sigs.yaml | 10 |
3 files changed, 9 insertions, 7 deletions
diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 37c98633..5fd396e6 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -90,6 +90,8 @@ aliases: - xing-yang sig-testing-leads: - BenTheElder + - alvaroaleman + - cjwagner - spiffxp - stevekuznetsov sig-ui-leads: diff --git a/sig-testing/README.md b/sig-testing/README.md index d31a469e..db6673a3 100644 --- a/sig-testing/README.md +++ b/sig-testing/README.md @@ -31,8 +31,8 @@ The Technical Leads of the SIG establish new subprojects, decommission existing subprojects, and resolve cross-subproject technical issues and decisions. * Benjamin Elder (**[@BenTheElder](https://github.com/BenTheElder)**), Google -* Aaron Crickenberger (**[@spiffxp](https://github.com/spiffxp)**), Google -* Steve Kuznetsov (**[@stevekuznetsov](https://github.com/stevekuznetsov)**), Red Hat +* Alvaro Aleman (**[@alvaroaleman](https://github.com/alvaroaleman)**), Red Hat +* Cole Wagner (**[@cjwagner](https://github.com/cjwagner)**), Google ## Emeritus Leads @@ -2460,12 +2460,12 @@ sigs: - github: BenTheElder name: Benjamin Elder company: Google - - github: spiffxp - name: Aaron Crickenberger - company: Google - - github: stevekuznetsov - name: Steve Kuznetsov + - github: alvaroaleman + name: Alvaro Aleman company: Red Hat + - github: cjwagner + name: Cole Wagner + company: Google emeritus_leads: - github: fejta name: Erick Fejta |
