Skip to content

Commit

Permalink
chore: create PR welcome messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 18, 2021
1 parent 439c3ae commit 76f99b6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .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

0 comments on commit 76f99b6

Please sign in to comment.