neat-run / wrapped

GitHub Wrapped, inspired by Spotify Wrapped

Home Page:https://wrapped.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why does wrapped need write access to commit statuses?

f-person opened this issue · comments

wrapped asks permission for write access to commit statuses? Why is this necessary?

image

Thanks @f-person. Two others asked this on ProductHunt here.

We request the GitHub auth scopes user and repo:status. The scope repo:status is needed for access to commit statuses (public and private) without access to code. We only use it to get commit stats but the scope doesn't yet separate read and write.

Please let me know if you have any other questions.