forked from posquit0/Awesome-CV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.** |