Skip to content

Commit

Permalink
Merge branch 'main' into feat-clear-chat
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshuverma-dev authored Oct 12, 2024
2 parents 38f63b7 + 11eee6d commit 2589970
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "👋 Thank you @${{ github.actor }} for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!"
pr-message: " 🎉 Thank you @${{ github.actor }} for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better"
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,22 +201,29 @@ To set up and run Bot Verse locally, follow these steps:
<sub><b>ananyag309</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/archanasingh11">
<img src="https://avatars.githubusercontent.com/u/114737464?v=4" width="75;" alt="archanasingh11"/>
<br />
<sub><b>archanasingh11</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/chikatlarakesh">
<img src="https://avatars.githubusercontent.com/u/178009894?v=4" width="75;" alt="chikatlarakesh"/>
<br />
<sub><b>chikatlarakesh</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/say-het">
<img src="https://avatars.githubusercontent.com/u/71073587?v=4" width="75;" alt="say-het"/>
<br />
<sub><b>say-het</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/ShirshenduR">
<img src="https://avatars.githubusercontent.com/u/94801572?v=4" width="75;" alt="ShirshenduR"/>
Expand Down

0 comments on commit 2589970

Please sign in to comment.