diff --git a/.github/workflows/pr-welcome.yml b/.github/workflows/pr-welcome.yml new file mode 100644 index 0000000..4c8801e --- /dev/null +++ b/.github/workflows/pr-welcome.yml @@ -0,0 +1,26 @@ +name: PR Welcome + +'on': + pull_request_target: + types: + - opened + - edited + - reopened + +jobs: + welcome: + runs-on: ubuntu-latest + steps: + - uses: actions-cool/pr-welcome@v1 + with: + token: '${{ secrets.PR_WELCOME_TOKEN }}' + refuse-issue-label: invalid + need-creator-authority: write + comment: | + Hey :wave:, + + Thank you for your contribution! Your PR will be reviewed soon. + pr-emoji: 'hooray, heart' + reviewers: 'gabor-boros' + review-creator: false + close: false