Skip to content

Commit b3fdbfe

Browse files
author
Ankita Mondal
committed
fix: enhance claim bot welcome message with 3-day PR reminder
1 parent 0ced931 commit b3fdbfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/issue-management/claim-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async function handleClaim({ github, context }) {
8989
owner,
9090
repo,
9191
issue_number: issueNumber,
92-
body: `✅ Successfully assigned issue to @${commenter}\n\n> 💡 Please read [CONTRIBUTING.md](../blob/main/CONTRIBUTING.md) if you haven't already. Good luck! 🚀`,
92+
body: `🎉 **Assigned!** Welcome to the project, @${commenter}.\n\n⏳ **Reminder:** You have **3 days** to submit a Pull Request. After 3 days of inactivity, you will be automatically unassigned to give others a chance (as per our GSSoC anti-hoarding policy).\n\n> 💡 Please read [CONTRIBUTING.md](../blob/main/CONTRIBUTING.md) if you haven't already.\n\nHappy coding! 🚀`,
9393
});
9494
}
9595

0 commit comments

Comments
 (0)