igmhub / LaCE

Emulator for the one-dimensional Lyman-alpha flux power spectrum. It was used to generate the results shown in https://arxiv.org/abs/2011.15127, https://arxiv.org/abs/2209.09895, and https://arxiv.org/abs/2305.19064.
1 stars 3 forks source link

Create slack.yml #20

Closed jchavesmontero closed 1 year ago

jchavesmontero commented 1 year ago

Send notifications to slack when PR are created

jchavesmontero commented 1 year ago

Before finishing the PR, we need to add a secret (https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository)

SLACK_BOT_TOKEN=(I will give it to you)

jchavesmontero commented 1 year ago

The guide I followed to set up the slack bot here https://www.freecodecamp.org/news/what-are-github-actions-and-how-can-you-automate-tests-and-slack-notifications/