Merge pull request #112 from leemgs/upstream-action-new-contributor

github: added action runner to welcome  new contributors
This commit is contained in:
Fred de Gier 2022-12-22 19:55:14 +01:00 committed by GitHub
commit 7ebe8b6d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,21 @@
name: 'Welcome New Contributors'
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
welcome-new-contributor:
runs-on: ubuntu-latest
steps:
- name: 'Greet the contributor'
uses: garg3133/welcome-new-contributors@v1.2
with:
token: ${{ secrets.BOT_ACCESS_TOKEN }}
is-oauth-token: true
issue-message: 'Hello there, thanks for opening your first issue. We
welcome you to the FauxPilot community!'
pr-message: 'Hello there, thanks for opening your first Pull
Request. Someone will review it soon.'