diff --git a/.github/workflows/welcome.yaml b/.github/workflows/welcome.yaml new file mode 100644 index 0000000000000..713e3a45b5fb1 --- /dev/null +++ b/.github/workflows/welcome.yaml @@ -0,0 +1,16 @@ +name: Welcome +on: + pull_request: + types: [opened] +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: wow-actions/welcome@v1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + FIRST_PR_REACTIONS: '+1, hooray, rocket, heart' + FIRST_PR_COMMENT: | + 👋 Welcome @{{ author }} to Coder! Yo @coder/docs this is @{{ author }}'s first pull-request here! + FIRST_PR_MERGED: | + 🎉 Thanks for the contribution @{{ author }}! Yo @coder/docs @{{ author }}'s first contribution has been merged! 👀👀👀