diff options
| author | Patrick Ohly <patrick.ohly@intel.com> | 2022-09-08 20:21:24 +0200 |
|---|---|---|
| committer | Patrick Ohly <patrick.ohly@intel.com> | 2022-09-13 17:05:54 +0200 |
| commit | 0380da7436c088553fa1f084e4531ebfcaa0098a (patch) | |
| tree | 95ec09d419266966f3ecc129c88670cfbe8ba580 /communication/slack-config/sig-node | |
| parent | 51226258618bee73195b85f4002db0eb65245990 (diff) | |
slack sig-node: add users and dra-dev group
This is for pinging the right set of people when posting on a channel
like #sig-node or #sig-scheduling that they might not actively follow.
Diffstat (limited to 'communication/slack-config/sig-node')
| -rw-r--r-- | communication/slack-config/sig-node/OWNERS | 8 | ||||
| -rw-r--r-- | communication/slack-config/sig-node/config.yaml | 8 | ||||
| -rw-r--r-- | communication/slack-config/sig-node/usergroups.yaml | 17 |
3 files changed, 33 insertions, 0 deletions
diff --git a/communication/slack-config/sig-node/OWNERS b/communication/slack-config/sig-node/OWNERS new file mode 100644 index 00000000..810bc689 --- /dev/null +++ b/communication/slack-config/sig-node/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - sig-node-leads +approvers: + - sig-node-leads +labels: + - sig/node diff --git a/communication/slack-config/sig-node/config.yaml b/communication/slack-config/sig-node/config.yaml new file mode 100644 index 00000000..72d41ef8 --- /dev/null +++ b/communication/slack-config/sig-node/config.yaml @@ -0,0 +1,8 @@ +channels: + - name: sig-node + - name: sig-node-bug-scrub + - name: sig-node-kmm + id: C037RE58RED + - name: sig-node-rkt + archived: true + - name: sig-node-swap diff --git a/communication/slack-config/sig-node/usergroups.yaml b/communication/slack-config/sig-node/usergroups.yaml new file mode 100644 index 00000000..1de8d274 --- /dev/null +++ b/communication/slack-config/sig-node/usergroups.yaml @@ -0,0 +1,17 @@ +# This file contains a list of all Slack User Groups that are managed by SIG Node. + +usergroups: + - name: dra-dev + long_name: dynamic resource allocation developers + description: Developers working on or with the dynamic resource allocation KEP. + channels: + - sig-node + members: + # Entries are GitHub handles. They must be listed under ../users.yaml. + # Sorted alphabetically! + - bart0sh + - byako + - elezar + - klihub + - klueska # subproject owner + - pohly # subproject owner |
