From 12c7cdcb1843881795c68dc29fdfb0720e5ea185 Mon Sep 17 00:00:00 2001 From: Cara Haas Date: Wed, 26 Jun 2024 16:01:18 -0400 Subject: [PATCH] replace all uses of #epd- slack channels with their new #rnd- names in our docs and github actions --- .github/workflows/slack_notify_design_doc.yml | 4 ++-- .github/workflows/slack_notify_mz_introspection.yml | 4 ++-- .github/workflows/slack_notify_sql_parser.yml | 4 ++-- doc/developer/design/README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/slack_notify_design_doc.yml b/.github/workflows/slack_notify_design_doc.yml index a0cb75eb3c7cb..cf627b42ee469 100644 --- a/.github/workflows/slack_notify_design_doc.yml +++ b/.github/workflows/slack_notify_design_doc.yml @@ -19,7 +19,7 @@ # # https://github.com/actions-ecosystem/action-slack-notifier/blob/fc778468d09c43a6f4d1b8cccaca59766656996a/README.md -# Send a notification to the #epd-design-docs Slack channel when a new +# Send a notification to the #rnd-design-docs Slack channel when a new # design doc is added. # # A notification is sent when all of these conditions are true: @@ -56,7 +56,7 @@ jobs: uses: actions-ecosystem/action-slack-notifier@fc778468d09c43a6f4d1b8cccaca59766656996a with: slack_token: ${{ secrets.SLACK_TOKEN }} - channel: epd-design-docs + channel: rnd-design-docs custom_payload: | { "blocks": [ diff --git a/.github/workflows/slack_notify_mz_introspection.yml b/.github/workflows/slack_notify_mz_introspection.yml index f2d646edda587..803e4d627b645 100644 --- a/.github/workflows/slack_notify_mz_introspection.yml +++ b/.github/workflows/slack_notify_mz_introspection.yml @@ -19,7 +19,7 @@ # # https://github.com/actions-ecosystem/action-slack-notifier/blob/fc778468d09c43a6f4d1b8cccaca59766656996a/README.md -# Send a notification to the #epd-mz-introspection-council Slack channel when a change +# Send a notification to the #rnd-mz-introspection-council Slack channel when a change # is made that adds or modifies an index on the mz_introspection cluster, or # adds or modifies an object on which those indices depend. # Also detects changes to catalog object retention. @@ -74,7 +74,7 @@ jobs: uses: actions-ecosystem/action-slack-notifier@fc778468d09c43a6f4d1b8cccaca59766656996a with: slack_token: ${{ secrets.SLACK_TOKEN }} - channel: epd-mz-introspection-council + channel: rnd-mz-introspection-council custom_payload: | { "blocks": [ diff --git a/.github/workflows/slack_notify_sql_parser.yml b/.github/workflows/slack_notify_sql_parser.yml index 0d8cb2e2f2968..72b16055101e0 100644 --- a/.github/workflows/slack_notify_sql_parser.yml +++ b/.github/workflows/slack_notify_sql_parser.yml @@ -19,7 +19,7 @@ # # https://github.com/actions-ecosystem/action-slack-notifier/blob/fc778468d09c43a6f4d1b8cccaca59766656996a/README.md -# Send a notification to the #epd-sql-council Slack channel when a change +# Send a notification to the #rnd-sql-council Slack channel when a change # to the SQL parser or the system catalog schema is made. # # A notification is sent when all of these conditions are true: @@ -61,7 +61,7 @@ jobs: uses: actions-ecosystem/action-slack-notifier@fc778468d09c43a6f4d1b8cccaca59766656996a with: slack_token: ${{ secrets.SLACK_TOKEN }} - channel: epd-sql-council + channel: rnd-sql-council custom_payload: | { "blocks": [ diff --git a/doc/developer/design/README.md b/doc/developer/design/README.md index acfb4c37b9261..95feb3d0d4bf9 100644 --- a/doc/developer/design/README.md +++ b/doc/developer/design/README.md @@ -124,7 +124,7 @@ your thinking and inform the writing process. remember that this process is not intended to design by committee. Use your judgment in engaging with feedback from outside of your group of stakeholders. Note that we have a bot that automatically posts - notifications about new design documents in #epd-design-docs. + notifications about new design documents in #rnd-design-docs. ### Iteration