nextstrain / mpox

Nextstrain build for mpox virus
https://nextstrain.org/mpox
MIT License
39 stars 16 forks source link

fetch-and-ingest-branch: Send Slack notications to test channel #224

Closed joverlee521 closed 7 months ago

joverlee521 commented 7 months ago

This change was motivated by the unintentional bug introduced in https://github.com/nextstrain/mpox/pull/222 that would only be triggered by using Slack notifications. This allows to test branches and send notifications to the testing channel.

As part of this change, I've added an organization level variable TEST_SLACK_CHANNEL that points our #scratch channel for testing Slack notifications.

Checklist

corneliusroemer commented 7 months ago

Nice, thanks! I had to look at docs to find where one sets that variable, it's here for reference: https://github.com/organizations/nextstrain/settings/variables/actions

image