mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-19 21:04:08 -07:00
Remove the issue autoreplier; just adds clutter
This commit is contained in:
parent
32a3c76fd7
commit
fb4073a907
1 changed files with 0 additions and 21 deletions
21
.github/workflows/welcome-new-contributor.yml
vendored
21
.github/workflows/welcome-new-contributor.yml
vendored
|
@ -1,21 +0,0 @@
|
||||||
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.GITHUB_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