Skip to content

Commit

Permalink
Merge pull request #19 from ketkisajan/patch-1
Browse files Browse the repository at this point in the history
Create welcome-new-contributors.yaml
  • Loading branch information
atyachari authored Oct 21, 2023
2 parents d9ede40 + 64bc5eb commit 2556fd4
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 2556fd4

Please sign in to comment.