.github/workflows/greetings.yml
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 a new issue! Please make sure you read the CONTRIBUTING.md file'
pr-message: 'Thanks for contributing! Please make sure you read the CONTRIBUTING.md file'