From 2d2f94ddb65949e08dafe8fd6b5fb75a33a134d9 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Sun, 16 Feb 2020 02:32:07 +0100 Subject: [PATCH] add Greeting action (#843) * add Greeting action * Update greetings.yml Co-authored-by: William Falcon --- .github/workflows/greetings.yml | 14 ++++++++++++++ 1 file changed, 14 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 0000000000..10d22df0da --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,14 @@ +name: Greetings +# https://github.com/marketplace/actions/first-interaction + +on: [pull_request, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: 'Hi''! thanks for your contribution!, great first issue!' + pr-message: 'Hey thanks for the input! please give us a bit of time to review it!'