South Africa new reported cases around higher than Our World In Data/WHO #1377
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings | |
on: [pull_request, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "Thanks for opening an issue! We'll try and get back to you shortly. If you've identified an issue and would like to fix it please see our [contribution guidelines](https://github.com/epiforecasts/covidregionaldata/wiki/Contributing)." | |
pr-message: 'Thank you for opening this PR. Please check you have read through our [developer guidelines](https://github.com/epiforecasts/covidregionaldata/wiki/Contributing) before requesting review.' |