From b2d14dd88610f37a861a929c672e891ccb21b655 Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Tue, 3 Dec 2019 19:25:14 -0500 Subject: slack: Move SIG Release User Groups to SIG Release subdirectory Signed-off-by: Stephen Augustus --- communication/slack-config/restrictions.yaml | 2 ++ .../slack-config/sig-release/usergroups.yaml | 20 ++++++++++++++++++++ communication/slack-config/usergroups.yaml | 22 ++++------------------ 3 files changed, 26 insertions(+), 18 deletions(-) create mode 100644 communication/slack-config/sig-release/usergroups.yaml diff --git a/communication/slack-config/restrictions.yaml b/communication/slack-config/restrictions.yaml index ff62c99e..01dd8bde 100644 --- a/communication/slack-config/restrictions.yaml +++ b/communication/slack-config/restrictions.yaml @@ -17,6 +17,8 @@ restrictions: channels: - "^sig-release$" - "^release-" + usergroups: + - "^release-" - path: "sig-storage/*.yaml" channels: - "^sig-storage$" diff --git a/communication/slack-config/sig-release/usergroups.yaml b/communication/slack-config/sig-release/usergroups.yaml new file mode 100644 index 00000000..70f81a5c --- /dev/null +++ b/communication/slack-config/sig-release/usergroups.yaml @@ -0,0 +1,20 @@ +# This file contains a list of all Slack User Groups that are managed by SIG Release. + +usergroups: + - name: release-managers + long_name: Release Managers + description: Release Managers. Ping for questions on branch cuts and building/packaging Kubernetes. + channels: + - release-management + - sig-release + members: + - aleksandra-malinowska + - bubblemelon + - calebamiles + - feiskyer + - hoegaarden + - idealhack + - justaugustus + - listx + - sumitranr + - tpepper diff --git a/communication/slack-config/usergroups.yaml b/communication/slack-config/usergroups.yaml index 321320e2..1e3dc009 100644 --- a/communication/slack-config/usergroups.yaml +++ b/communication/slack-config/usergroups.yaml @@ -1,23 +1,9 @@ -# This file contains a list of all Slack usergroups that exist. +# This file contains a top-level list of Slack User Groups. +# SIG-specific User Groups may be defined within a SIG's subdirectory +# +# e.g., @release-managers is defined in sig-release/usergroups.yaml usergroups: - - name: release-managers - long_name: Release Managers - description: Release Managers. Ping for questions on branch cuts and building/packaging Kubernetes. - channels: - - release-management - - sig-release - members: - - aleksandra-malinowska - - bubblemelon - - calebamiles - - feiskyer - - hoegaarden - - idealhack - - justaugustus - - listx - - sumitranr - - tpepper - name: test-infra-oncall external: true - name: youtube-admins -- cgit v1.2.3 From f5e6d2106d220ccd50d7638747b41751ed0b05db Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Tue, 3 Dec 2019 19:28:32 -0500 Subject: releng: Update release-managers Slack User Group Signed-off-by: Stephen Augustus --- .../slack-config/sig-release/usergroups.yaml | 20 ++++++++++---------- communication/slack-config/users.yaml | 3 +++ 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/communication/slack-config/sig-release/usergroups.yaml b/communication/slack-config/sig-release/usergroups.yaml index 70f81a5c..92f0dbd1 100644 --- a/communication/slack-config/sig-release/usergroups.yaml +++ b/communication/slack-config/sig-release/usergroups.yaml @@ -8,13 +8,13 @@ usergroups: - release-management - sig-release members: - - aleksandra-malinowska - - bubblemelon - - calebamiles - - feiskyer - - hoegaarden - - idealhack - - justaugustus - - listx - - sumitranr - - tpepper + - aleksandra-malinowska # Patch Release Team + - calebamiles # subproject owner + - cpanato # Branch Manager + - dougm # Patch Release Team + - feiskyer # Patch Release Team + - hoegaarden # Patch Release Team + - idealhack # Patch Release Team + - justaugustus # subproject owner / Patch Release Team + - saschagrunert # Branch Manager + - tpepper # subproject owner / Patch Release Team diff --git a/communication/slack-config/users.yaml b/communication/slack-config/users.yaml index 19d423f4..1daa0849 100644 --- a/communication/slack-config/users.yaml +++ b/communication/slack-config/users.yaml @@ -6,6 +6,8 @@ users: bubblemelon: U7K9C643G calebamiles: U1ZDD4CUR castrojo: U1W1Q6PRQ + cpanato: U8DFY4TTK + dougm: U8GG20UE9 feiskyer: U0ASA4398 hoegaarden: U7VA4RZS9 idealhack: U5NJ3DQM9 @@ -19,5 +21,6 @@ users: mrbobbytables: U511ZSKHD paris: U5SB22BBQ sarahnovotny: U0AGW7007 + saschagrunert: U53SUDBD4 sumitranr: UCQN13L9H tpepper: U6UB5V4TX -- cgit v1.2.3