Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace all uses of #epd- slack channels with their new #rnd- names in our docs and github actions #27906

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/slack_notify_design_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slack_notify_mz_introspection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slack_notify_sql_parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion doc/developer/design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading