Hmm, I'd be concerned about security. Can I give you access to commit messages, without giving you access to code?
Great question. I had a look at GitHub’s API and it’s indeed possible to only give WIP access to git commit messages with the repo:status scope.
repo:status
Hmm, I'd be concerned about security. Can I give you access to commit messages, without giving you access to code?
Great question. I had a look at GitHub’s API and it’s indeed possible to only give WIP access to git commit messages with the
repo:statusscope.