Remove welcome action (#400)

This commit is contained in:
Byungjin Park (Claud) 2022-02-13 01:18:17 +09:00 committed by GitHub
parent 5c5699a818
commit 66a2128cad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,31 +0,0 @@
name: Welcome for First Issue or Pull Request
on:
pull_request:
types:
- opened
issues:
types:
- opened
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- name: Welcome for First Issue or Pull Request
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
### :wave: Welcome! Looks like this is your first issue.
Hey, thanks for your contribution! Please give us a bit of time to review it. 😄
**Be sure to follow the issue template!**
pr-message: |
### :wave: Welcome! Looks like this is your first pull request.
Hey, thanks for your contribution! Please give us a bit of time to review it. 😄
**Please check out our contributing guidelines.**