WebHackersWeapons/.github/workflows/greetings.yml

14 lines
321 B
YAML
Raw Normal View History

2020-08-07 12:10:58 -06: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 08:17:53 -06:00
issue-message: 'Thank you for your first issue report :D'
pr-message: 'Thank you for your first PR :D'