Greetings workflow

This commit is contained in:
Laszlo Fogas 2019-08-27 09:08:09 +02:00 committed by GitHub
parent 9c635c6499
commit 7d43fa2c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/workflows/greetings.yml vendored Normal file
View file

@ -0,0 +1,13 @@
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: 'Looks like this is your first issue. Welcome to the community! :wave:'
pr-message: 'Looks like you just opened your first PR. :clap: This is awesome, thanks and keep up!'