WebHackersWeapons/.github/workflows/greetings.yml

14 lines
321 B
YAML
Raw Normal View History

2020-08-07 18:10:58 +00:00
name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020-08-11 14:17:53 +00:00
issue-message: 'Thank you for your first issue report :D'
pr-message: 'Thank you for your first PR :D'