Create greetings.yml

This commit is contained in:
Ömercan Kömür 2020-05-09 15:22:31 +03:00 committed by GitHub
parent f33c8a7f76
commit 5519c6f1cc
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: fpscan/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello @${{ github.actor }} , thank you for submitting an issue! Please be sure to join our [Discord Channel](https://discord.gg/27Xxm2h)'
pr-message: 'Hello @${{ github.actor }} , thank you submitting a pull request! Please be sure to join our [Discord Channel](https://discord.gg/27Xxm2h)'