Skip to content

Commit

Permalink
Merge pull request #1 from DevMike123/DevMike123-patch-1
Browse files Browse the repository at this point in the history
Create greetings.yml
  • Loading branch information
devmike123 authored Nov 24, 2021
2 parents 09ff61c + 0d34d95 commit 9dbbd7d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Greetings

on: [pull_request, issues]

jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.TOKEN }}
issue-message: 'Thanks for taking time contrbuting to the project! I hope you have triggered some issue while using project! Do not worry, we will resolve it as soon as possible! Also, you can check out other issues if you want more help! '
pr-message: 'Thanks for taking time contrbuting to the project! I hope you have made some changes to the code to improve the project! I appreciate your work and I promise that I will check the changes and if it proves useful then I will merge it to the main branch! Thank you for your hardwork!'

0 comments on commit 9dbbd7d

Please sign in to comment.