diff --git a/.github/workflows/first-pr-issue-message.yaml b/.github/workflows/first-pr-issue-message.yaml new file mode 100644 index 000000000..5e47c1f7c --- /dev/null +++ b/.github/workflows/first-pr-issue-message.yaml @@ -0,0 +1,15 @@ +name: Greetings + +on: [pull_request, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: |- + Hey :wave:! Welcome to the repo and thanks for reporting, we'll review this issue soon! + pr-message: |- + Hey :wave:! Welcome to the repo and thanks for your contribution, we'll review your PR soon! \ No newline at end of file