Skip to content

Commit cd4158b

Browse files
authored
chore: Rename pyos-maintainers-infrastructure channel (#775)
1 parent 1263745 commit cd4158b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-contribs-reviews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: rtCamp/action-slack-notify@v2
5353
if: failure()
5454
env:
55-
SLACK_CHANNEL: pyos-infrastructure
55+
SLACK_CHANNEL: pyos-maintainers-infrastructure
5656
SLACK_COLOR: '#db540b'
5757
SLACK_LINK_NAMES: true
5858
SLACKIFY_MARKDOWN: true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ We have a bash script that will automatically update the `last_updated` field in
8080

8181
## Monitoring Automated Tasks
8282

83-
There are a few automated CI tasks in this repository to keep the website data up to date. In order for us to have visibility into when these jobs fail, we have automated a Slack bot to send a message to the `#pyos-infrastructure` channel on Slack using the [rtCamp/action-slack-notify](https://github.com/rtCamp/action-slack-notify) GitHub Action step. This action can be used within any repository in the PyOpenSci GitHub organization (as `SLACK_NOTIFICATIONS_BOT_TOKEN` is an org-wide secret) via:
83+
There are a few automated CI tasks in this repository to keep the website data up to date. In order for us to have visibility into when these jobs fail, we have automated a Slack bot to send a message to the `#pyos-maintainers-infrastructure` channel on Slack using the [rtCamp/action-slack-notify](https://github.com/rtCamp/action-slack-notify) GitHub Action step. This action can be used within any repository in the PyOpenSci GitHub organization (as `SLACK_NOTIFICATIONS_BOT_TOKEN` is an org-wide secret) via:
8484

8585
```yml
8686
- name: Slack Notification
8787
uses: rtCamp/action-slack-notify@v2
8888
if: failure()
8989
env:
90-
SLACK_CHANNEL: pyos-infrastructure
90+
SLACK_CHANNEL: pyos-maintainers-infrastructure
9191
SLACK_COLOR: '#db540b'
9292
SLACK_LINK_NAMES: true
9393
SLACKIFY_MARKDOWN: true

0 commit comments

Comments
 (0)