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!"