From b26f9cdbf77510cad3466f065b7b09450f8ad8ae Mon Sep 17 00:00:00 2001 From: John Davidson Date: Thu, 22 Jul 2021 01:59:47 +0300 Subject: [PATCH] Create greetings.yml --- .github/workflows/greetings.yml | 16 ++++++++++++++++ 1 file changed, 16 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..08c4aae6e --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,16 @@ +name: Greetings + +on: [pull_request, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: 'Thank you for contributing to Minimal Linux Live! :)' + pr-message: 'Thank you for contributing to Minimal Linux Live! :)'