From 465e8686a40c7187799da13db9ca849e0e9bc51c Mon Sep 17 00:00:00 2001 From: Alex Colucci <17575915+reuseman@users.noreply.github.com> Date: Mon, 19 Apr 2021 12:27:33 +0200 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 0000000..1ca5625 --- /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: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: 'Thank you for taking the time to report the issue and help me to make the project better! 🙂' + pr-message: 'Thank you for helping me to make the project better! 🙂'