From 5d919e512b372fd5e4e0b556bf4b4d50f9401346 Mon Sep 17 00:00:00 2001 From: RafaPili1 Date: Fri, 23 Jul 2021 14:59:43 -0300 Subject: [PATCH] Create thanks-to-news-contributions.yml --- .../workflows/thanks-to-news-contributions.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/thanks-to-news-contributions.yml diff --git a/.github/workflows/thanks-to-news-contributions.yml b/.github/workflows/thanks-to-news-contributions.yml new file mode 100644 index 0000000..0708a03 --- /dev/null +++ b/.github/workflows/thanks-to-news-contributions.yml @@ -0,0 +1,15 @@ +name: Auto message for PR's and Issues +description: Automatically send hello message to the first PR and Issue for new contributor. +branding: + icon: message-square + color: yellow +on: [pull_request, issues] +jobs: + build: + name: Hello new contributor + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + pr-message: "Hey, thank you for opening your Pull Request! It will soon be evaluated!"