Skip to content

Commit 2e342ad

Browse files
authored
Update autocomment-iss-raise.yml
1 parent b8fed36 commit 2e342ad

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

.github/workflows/autocomment-iss-raise.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,23 @@ jobs:
2020
issue_number: context.issue.number,
2121
owner: context.repo.owner,
2222
repo: context.repo.repo,
23-
body: "Thanks for opening this issue! 🎉 We'll look into it as soon as possible, estimated time for response is 5-8 hrs. Don't raise PR unless assigned to you. In the meantime, please make sure to provide all the necessary details and context to your issue, more details with video on changes you make help easy the review and assignment easier. If you have any questions, reach out to [LinkedIn](https://www.linkedin.com/in/sanjay-k-v/). Your contributions are highly appreciated! 😊\n\n Note: I maintain the repo issue every day twice at 8:00 am IST and 9:00 pm IST, If your issue goes stale for more than one day, you can tag and comment on this same issue by tagging sanjay-kv. \n\n We are here to help you on this journey of open source, consistent contributions are eligible for sponsorship, check the list of people we sponsored so far [GitHub Sponsorship](https://www.recodehive.com/our-sponsors)."
23+
body: `
24+
## 👋 Thanks for Opening an Issue! 🎉
25+
26+
We appreciate your contribution. Our team will review this issue within **5–8 hours**.
27+
28+
**Important Notes:**
29+
- 🔒 Please **do not raise a PR unless this issue is assigned to you**.
30+
- 📝 Ensure you provide **all necessary details**, including screenshots or video demos if possible — this helps us review and assign issues faster.
31+
32+
**Need Help?**
33+
- Reach out on [LinkedIn](https://www.linkedin.com/in/sanjay-k-v/).
34+
- We actively maintain this repo twice a day at **8:00 AM IST** and **9:00 PM IST**.
35+
If your issue goes stale for more than 24 hours, feel free to **tag `@sanjay-kv`** in a comment.
36+
37+
**✨ Bonus:**
38+
Consistent contributors are eligible for **sponsorships**. Check out our amazing [sponsors here](https://www.recodehive.com/our-sponsors).
39+
40+
_Thanks for being a part of our open-source journey!_ 🚀
41+
`
2442
});
25-

0 commit comments

Comments
 (0)