From 437fa9b7108c166af6193360f4b1fd44f64fd17e Mon Sep 17 00:00:00 2001 From: the-j0k3r <31389848+the-j0k3r@users.noreply.github.com> Date: Sun, 17 May 2020 12:10:55 +0200 Subject: [PATCH] chore: re-add greetings token recreated --- .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..de11800 --- /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 bringing this issue to our attention, someone will look into this soon, we hope ;) have a nice day.' + pr-message: 'Thank you for sharing this contribution with us, someone will look into this soon, we hope ;) have a nice day.'