From 7a2eb15ff243ce57b9bb61e4d98e6b465f8bf852 Mon Sep 17 00:00:00 2001 From: Mark Douthwaite Date: Wed, 27 Nov 2019 19:40:57 +0000 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..5617cad --- /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: 'Hey! Thanks for raising an issue and contributing to Apogee!' + pr-message: 'Great work on your first PR!'