Knowing the collaborator permission change and repository ownership change through API #139853
Replies: 2 comments
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
hey @Stamp9, the GitHub API doesn’t directly track collaborator permission or ownership changes. here are some options:
without proper permissions, accessing this data directly can be challenging. hope this helps! if it does, mark it as the answer! 😪 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
Hi,
Knowing the permission and ownership of a repository is important(can also be a good indicator for software supply chain security) for code consumers to measure if the repository could still be trusted or not. For example, in the occasions that there is a new user who gained the push permission or the owner of the repository has been transferred, users might want to re-consider the usage of the code.
I understand there are endpoints for collaborators that can list collaborators and their permissions. However, usually there are restraints for general users due to the lack of permission.
I am wondering if there's any way to track the ownership change or permission change through API endpoints, thanks!
Cheers
Beta Was this translation helpful? Give feedback.
All reactions