diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-12-08 14:42:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-08 14:42:09 -0800 |
| commit | 963755992fd35128d78c076a48af97b9584ec454 (patch) | |
| tree | ed882422f642fce28c25042cfa12e64852d67b5d /communication | |
| parent | 8e60bfc4350e35971f079325f915960c14a21f02 (diff) | |
| parent | 144e592239d8dd437e8001fcc1ed9b63cac65f97 (diff) | |
Merge pull request #6989 from AdheipSingh/master
add druid operator channel
Diffstat (limited to 'communication')
| -rw-r--r-- | communication/slack-config/channels.yaml | 1 | ||||
| -rw-r--r-- | communication/slack-config/usergroups.yaml | 8 | ||||
| -rw-r--r-- | communication/slack-config/users.yaml | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index 1df8ac96..db89b6b0 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -98,6 +98,7 @@ channels: - name: dra - name: draft-dev - name: draft-users + - name: druid-operator - name: eks - name: elastickube - name: elk-charts diff --git a/communication/slack-config/usergroups.yaml b/communication/slack-config/usergroups.yaml index 7914cfca..13617746 100644 --- a/communication/slack-config/usergroups.yaml +++ b/communication/slack-config/usergroups.yaml @@ -220,6 +220,14 @@ usergroups: - vladimirmukhin - wurbanski + - name: druid-operator-maintainers + long_name: Druid Operator Maintainers + description: Dev and Support group for Druid Operator. + channels: + - druid-operator + members: + - adheipsingh + - name: devfile-devs long_name: Devfile Development Team description: Active developers of Devfile on #devfile diff --git a/communication/slack-config/users.yaml b/communication/slack-config/users.yaml index dab4da95..e503dd6e 100644 --- a/communication/slack-config/users.yaml +++ b/communication/slack-config/users.yaml @@ -2,6 +2,7 @@ # usernames to Kubernetes Slack user IDs. users: adisky: U9YRVLTEH + adheipsingh: T09NY5SBT alejandrox1: U6AS37R50 aleksandra-malinowska: U357LUPHS alexander-demicev: UR7UCR7RV |
