Closed epologee closed 8 years ago
I think it only needs read - though I have no private repos to test it on :D
The Danger bot only needs to comment on PRs, I think that would be allowable via read
When I change the access to 'Read', Danger fails quite neatly with:
Danger has failed this build. Found 1 error and I don't have write access to the PR set a PR status.
So I guess write access is required!
Yep - makes sense then 👍
Alright, I've created PR #60 for it, let's close this one.
https://github.com/danger/danger.systems/blob/master/static/source/guides/getting_started.html.slim#L73 states you should add the bot to the (closed source) repo. Doing that GitHub will present options for
Admin
,Write
orRead
. I'm assuming the bot needs write-access, but it might prevent some confusion if this were part of the getting started docs.Happy to submit a pull request if this is correct and you agree. Cheers!