mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-20 21:34:13 -07:00
Merge pull request #112 from leemgs/upstream-action-new-contributor
github: added action runner to welcome new contributors
This commit is contained in:
commit
7ebe8b6d5b
1 changed files with 21 additions and 0 deletions
21
.github/workflows/welcome-new-contributor.yml
vendored
Normal file
21
.github/workflows/welcome-new-contributor.yml
vendored
Normal 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.'
|
Loading…
Add table
Add a link
Reference in a new issue