From 7381f31b366a7c4833f913aebed2aad15e260f88 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Wed, 15 Apr 2020 11:48:59 -0500 Subject: [PATCH] Create greetings.yml Signed-off-by: Mike Brown --- .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 000000000..7b9f9b7e7 --- /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: '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'