-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create welcome-new-contributors.yaml
- Loading branch information
1 parent
d9ede40
commit 64bc5eb
Showing
1 changed file
with
22 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,22 @@ | ||
name: 'Welcome New Contributors' | ||
|
||
on: | ||
issues: | ||
types: [opened] | ||
pull_request: | ||
types: [opened] | ||
|
||
jobs: | ||
welcome-new-contributor: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 'Greet the contributor' | ||
uses: garg3133/welcome-new-contributors@a38583ed8282e23d63d7bf919ca2d9fb95300ca6 # v1.2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-message: > | ||
Hey @contributor_name! Thanks for opening your first issue. We appreciate your contribution and welcome you to our community! | ||
We are glad to have you here and to have your input on Daily Selfie. | ||
pr-message: > | ||
Hi @contributor_name! Welcome to our community and thank you for opening your first Pull Request. | ||
Someone will review it soon. Thank you for committing to making Daily Selfie better. |