diff options
| -rw-r--r-- | communication/slack-config/users.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/communication/slack-config/users.yaml b/communication/slack-config/users.yaml index 71638c5b..a5f0c79e 100644 --- a/communication/slack-config/users.yaml +++ b/communication/slack-config/users.yaml @@ -1,13 +1,13 @@ -# This file contains a mapping from lowercase GitHub usernames to Kubernetes -# Slack user IDs. +# This file contains an alpahbetically sorted mapping of lowercase GitHub +# usernames to Kubernetes Slack user IDs. users: - katharine: UBTBNJ6GL - jeefy: U5MCFK468 - sarahnovotny: U0AGW7007 - paris: U5SB22BBQ - castrojo: U1W1Q6PRQ - mrbobbytables: U511ZSKHD alejandrox1: U6AS37R50 - jdumars: U0YJS6LHL + castrojo: U1W1Q6PRQ + idvoretskyi: U0CBHE6GM jbeda: U09QZ63DX - idvoretskyi: U0CBHE6GM
\ No newline at end of file + jdumars: U0YJS6LHL + jeefy: U5MCFK468 + katharine: UBTBNJ6GL + mrbobbytables: U511ZSKHD + paris: U5SB22BBQ + sarahnovotny: U0AGW7007
\ No newline at end of file |
