From 5519c6f1cc7f1dfc4ff28d3a39de12a1a87d6b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mercan=20K=C3=B6m=C3=BCr?= Date: Sat, 9 May 2020 15:22:31 +0300 Subject: [PATCH] Create greetings.yml --- .github/workflows/greetings.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 00000000..4a03f8c5 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -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)'