diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-06-11 12:00:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 12:00:57 -0700 |
| commit | 6afa05a9bbdf706a74ea38ec7e39d9e691041d66 (patch) | |
| tree | b562548e120e27999035954f4a24e70ac7d14edf | |
| parent | 0f2af832ec9be5fa9227c703c95bb7b7491d9770 (diff) | |
| parent | 4db3db8aa964c9db89a24879aec5061a69aebbff (diff) | |
Merge pull request #4850 from justaugustus/rel-slack-teams
slack/sig-release: Update usergroups
| -rw-r--r-- | communication/slack-config/sig-release/usergroups.yaml | 47 | ||||
| -rw-r--r-- | communication/slack-config/users.yaml | 6 |
2 files changed, 43 insertions, 10 deletions
diff --git a/communication/slack-config/sig-release/usergroups.yaml b/communication/slack-config/sig-release/usergroups.yaml index a521b068..a3905945 100644 --- a/communication/slack-config/sig-release/usergroups.yaml +++ b/communication/slack-config/sig-release/usergroups.yaml @@ -1,6 +1,9 @@ # This file contains a list of all Slack User Groups that are managed by SIG Release. usergroups: + # Should match the membership of the following teams at all times: + # - https://git.k8s.io/sig-release/release-managers.md#release-managers + # - https://git.k8s.io/sig-release/release-managers.md#associates - name: release-managers long_name: Release Managers description: Release Managers. Ping for questions on branch cuts and building/packaging Kubernetes. @@ -10,12 +13,38 @@ usergroups: - sig-release members: - calebamiles # subproject owner - - cpanato # Branch Manager - - dougm # Patch Release Team - - feiskyer # Patch Release Team - - hasheddan # Branch Manager - - hoegaarden # Patch Release Team - - idealhack # Patch Release Team - - justaugustus # subproject owner / Patch Release Team - - saschagrunert # Branch Manager - - tpepper # subproject owner / Patch Release Team + - cpanato # Release Manager + - dougm # Release Manager + - feiskyer # Release Manager + - hasheddan # Release Manager + - hoegaarden # Release Manager + - idealhack # Release Manager + - jimangel # Release Manager Associate + - justaugustus # subproject owner / Release Manager + - markyjackson-taulia # Release Manager Associate + - saschagrunert # Release Manager + - sethmccombs # Release Manager Associate + - tpepper # subproject owner / Release Manager + - Verolop # Release Manager Associate + - xmudrii # Release Manager Associate + + # Should match the Release Team Leads of the current cycle and SIG Chairs at all times + # Current release cycle: https://git.k8s.io/sig-release/releases/release-1.19/release_team.md + - name: release-team-leads + long_name: Release Team Leads + description: Release Team Leads. Ping for questions on the current Kubernetes release cycle. + channels: + - release-bug-triage + - release-ci-signal + - release-comms + - release-docs + - release-management + - release-notes + - sig-release + members: + - calebamiles # SIG Chair + - jeremyrickard # 1.19 Release Team Lead Shadow + - justaugustus # SIG Chair + - mrbobbytables # 1.19 Release Team Lead Shadow + - onlydole # 1.19 Release Team Lead + - tpepper # SIG Chair diff --git a/communication/slack-config/users.yaml b/communication/slack-config/users.yaml index c1ce106b..af4c144b 100644 --- a/communication/slack-config/users.yaml +++ b/communication/slack-config/users.yaml @@ -1,4 +1,4 @@ -# This file contains an alpahbetically sorted mapping of lowercase GitHub +# This file contains an alphabetically sorted mapping of lowercase GitHub # usernames to Kubernetes Slack user IDs. users: alejandrox1: U6AS37R50 @@ -21,6 +21,7 @@ users: jdumars: U0YJS6LHL jeefy: U5MCFK468 jeremyrickard: U72ESU398 + jimangel: U4HSVFA5U johnbelamaric: U246A1A0N jonasrosland: U0A4G34S2 justaugustus: U0E0E78AK @@ -40,6 +41,7 @@ users: Rin Oliver: USF4LMDCN sammy: U8NJFL023 saschagrunert: U53SUDBD4 + sethmccombs: U92LLUZ8A simplytunde: UAY1NBYHE skriss: U43B14TNX Sujay Pillai: UBW3N1VGW @@ -47,3 +49,5 @@ users: TaoBeier: UCLDV6MN1 tpepper: U6UB5V4TX Tunde: UAY977ENN + Verolop: U7NNE57PU + xmudrii: U4Q2TNGVD |
