diff options
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 |
