Actions for new PR/Issues

Automated reply to new PR's/issues
This commit is contained in:
Brian Christner 2019-08-22 08:50:21 +02:00 committed by GitHub
parent f61a390b52
commit b23e76f563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

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: 'Awesome! Thanks for taking the time to open an issue. We will have a look and answer as soon as we can.'' first issue'
pr-message: 'Thank you for opening an PR. We will review the PR and provide feedback as soon as we can.'' first pr'