-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Action): Added new action to welcome new contributors to the gro…
…up (#408)
- Loading branch information
1 parent
1195e39
commit ac7128a
Showing
1 changed file
with
20 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,20 @@ | ||
# This workflow will send messages | ||
|
||
name: 'Welcome New Contributors' | ||
|
||
on: | ||
issues: | ||
types: [opened] | ||
pull_request_target: | ||
types: [opened] | ||
|
||
jobs: | ||
welcome-new-contributor: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 'Greet the contributor' | ||
uses: garg3133/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-message: 'Hey @contributor_name, thanks for opening your first issue. We welcome you to the community and appreciate your dedication to enhance our application!' | ||
pr-message: 'Hey @contributor_name, thanks for opening your first Pull Request. This is an exciting time to contriubte to our open source appliucation. Keep up the great work! Someone will review it soon.' |
ac7128a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
vets-who-code-app – ./
vets-who-code-app-git-master-vetswhocode-web-app.vercel.app
vetswhocode.io
vets-who-code-app-ten.vercel.app
vets-who-code-app-vetswhocode-web-app.vercel.app