electron / sheriff

Controls and monitors organization permissions across GitHub, Slack and GSuite. Built with ❤️ by The Electron Team
MIT License
140 stars 20 forks source link

Changing an org member to owner is not captured by Sheriff #41

Open jeefy opened 1 year ago

jeefy commented 1 year ago

Recently changed an existing org member to an owner of the org, and Sheriff didn't receive/log an event of that action.

Probably should log that sort of thing since it's a potential red flag. :)

MarshallOfSound commented 1 year ago

@jeefy Do you know what event was fired over the webhook for that transition? I don't see anything in GitHub's docs for a webhook event for member <-> owner transitions 🤔

MarshallOfSound commented 1 year ago

Based on my loose testing there isn't a webhook fired for this 🙃 We could check it as part of the cron job, but that's about it