From 76f99b635f0ced3bfe64012454138a9fe5a75cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Boros?= Date: Mon, 18 Oct 2021 09:49:07 +0200 Subject: [PATCH] chore: create PR welcome messages --- .github/workflows/pr-welcome.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/pr-welcome.yml 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