Skip to content

Commit

Permalink
Update greetings.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MAVRICK-1 authored May 14, 2024
1 parent 6c772c0 commit a8a4c35
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/greetings.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Greetings

on: [pull_request_target, issues]

jobs:
greeting:
runs-on: ubuntu-latest
Expand All @@ -12,5 +10,13 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible."
pr-message: "Welcome to Our repository.🎊 Thank you so much for taking the time to point this out."
issue-message: |
Hi there!
Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
Please note that this is the project owner, @MAVRICK-1. I won't be available for 3-4 days and will reply to every PR after May 18. Thank you for your cooperation.
pr-message: |
Welcome to our repository. 🎊
Thank you so much for taking the time to point this out. Please note that this is the project owner, @MAVRICK-1. I won't be available for 3-4 days and will reply to every PR after May 18. Thank you for your cooperation.

0 comments on commit a8a4c35

Please sign in to comment.