forked from mirrors/Awesome-CV
Remove welcome action (#400)
This commit is contained in:
parent
5c5699a818
commit
66a2128cad
1 changed files with 0 additions and 31 deletions
31
.github/workflows/welcome.yaml
vendored
31
.github/workflows/welcome.yaml
vendored
|
@ -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.**
|
Loading…
Reference in a new issue