.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: 'Thank you for contributing'' first issue'
pr-message: 'Thank you for contributing, please look at the CONTRIBUTING.md file when requesting pull requests'' first pr'