mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
Add welcome github action
This commit is contained in:
parent
1c95608002
commit
e3dbdff290
1 changed files with 31 additions and 0 deletions
31
.github/workflows/welcome.yaml
vendored
Normal file
31
.github/workflows/welcome.yaml
vendored
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
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