flowhub / fbp-diffbot

Bot for automatically posting fbp-diffs on Github PRs
0 stars 0 forks source link

Avoid fbp-diffbot needing admin rights #9

Open jonnor opened 8 years ago

jonnor commented 8 years ago

The checking and, diffing works fine with just read access. However configuring the webhooks to automatically follow changes requires admin access.

Need to find a better solution to this...

jonnor commented 8 years ago

Maybe if making this a proper Github OAuth app, then we can ask for permissions to do things on behalf of a user. That could then setup webhooks (once), and also invite the fbp-diffbot user.

jonnor commented 8 years ago

I guess another alternative is to require the admin to manually configure the webhook...