Email receipt when transferring a repo #155707
-
Select Topic AreaQuestion BodyI want to transfer a repo to a customer. I want to transfer from my organisation to their personal account (seems like I have to transfer to my personal account first and the transfer from there, but whatever). Having just done a test run it seems like when you transfer a repo, only the recipient gets an email to confirm this has happened. Is there a way to enable an email receipt for the sender? As evidence that we have transferred the repo to the recipient. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
Hi @DrJonnyT, Great question — you're absolutely right to want a reliable record of repository transfers, especially in a customer-facing context. 📩 Current Behavior ✅ Workarounds & Recommendations
If you're using a GitHub Organization, you can also review the Audit Log (Settings > Audit log) for an entry like: pgsql Alternatively, use the GitHub REST API to initiate and log transfers, storing timestamps and metadata on your side. 💡 Feature Suggestion |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
GitHub doesn’t currently send a confirmation email to the sender when transferring a repository, only the recipient gets notified. As a workaround, you can: Take a screenshot of the “repository transfer complete” page or the repo’s visibility/status after transfer. Use the audit log (if you’re on a GitHub organization plan) to track the event. Or simply send an email to your customer confirming the transfer, with the timestamp and link, for your own records. Would be great if GitHub added a sender receipt, but for now, manual proof is your best bet. |
Beta Was this translation helpful? Give feedback.
Hi @DrJonnyT,
Great question — you're absolutely right to want a reliable record of repository transfers, especially in a customer-facing context.
📩 Current Behavior
As of now, GitHub only sends a confirmation email to the recipient of the repository transfer, not the sender. The sender does not receive an official transfer confirmation or "receipt" via email.
✅ Workarounds & Recommendations
After initiating the transfer, you’ll see a confirmation banner or message in the UI. Taking a screenshot can serve as lightweight proof.
If you're using a GitHub Organization, you can also review the Audit Log (Settings > Audit log) for an entry like:
p…