Skip to content

Commit

Permalink
feat(Action): Added new action to welcome new contributors to the gro…
Browse files Browse the repository at this point in the history
…up (#408)
  • Loading branch information
Cameron-Porter authored Jun 25, 2022
1 parent 1195e39 commit ac7128a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/WelcomeNewContributor.yml
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.'

1 comment on commit ac7128a

@vercel
Copy link

@vercel vercel bot commented on ac7128a Jun 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.