Skip to content

Commit

Permalink
Merge pull request #141 from harmeetsingh11/feature/greetings-workflo…
Browse files Browse the repository at this point in the history
…w/issue-138

feat: add greetings workflow for contributors
  • Loading branch information
shelcia authored Jan 24, 2024
2 parents 81345a8 + da335e1 commit 5283362
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Greetings'

on:
issues:
types: [opened]
pull_request_target:
types: [opened]

jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Congratulations, @${{ github.actor }}! 🎉 Thank you for creating your issue for mocker project. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work! Should you have any queries or require guidance, do not hesitate to ask.'
pr-message: 'Great job, @${{ github.actor }}! 🎉 Thank you for submitting your pull request for mocker project. Our dedicated team will review it diligently.Your contribution is valuable and we appreciate your efforts to improve our project.'

3 comments on commit 5283362

@vercel
Copy link

@vercel vercel bot commented on 5283362 Jan 24, 2024

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:

mocker-backend – ./backend

mocker-backend-git-master-shelcia.vercel.app
mocker-backend.vercel.app
mocker-backend-shelcia.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 5283362 Jan 24, 2024

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:

mocker-docs – ./docs

mocker-docs-git-master-shelcia.vercel.app
mocker-docs-shelcia.vercel.app
mocker-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 5283362 Jan 24, 2024

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:

mocker – ./frontend

mocker-shelcia.vercel.app
mocker-git-master-shelcia.vercel.app
mocker-gen.vercel.app

Please sign in to comment.