Skip to content

Commit

Permalink
Create welcome-new-contributors.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ketkisajan authored Oct 21, 2023
1 parent d9ede40 commit 64bc5eb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/welcome-new-contributors.yaml
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.

0 comments on commit 64bc5eb

Please sign in to comment.