Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/issue-management/claim-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async function handleClaim({ github, context }) {
owner,
repo,
issue_number: issueNumber,
body: `βœ… Successfully assigned issue to @${commenter}\n\n> πŸ’‘ Please read [CONTRIBUTING.md](../blob/main/CONTRIBUTING.md) if you haven't already. Good luck! πŸš€`,
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! πŸš€`,
});
}

Expand Down
Loading