On Wed, Oct 10, 2018 at 5:42 PM Daniel Beck <m...@beckweb.net> wrote:
> Why Git data alone, as proposed by Olivier, doesn't help:

Right, you want something more like the reflog. You can access this
(along with gobs of other stuff) via _pull_:

https://developer.github.com/v3/activity/events/#list-repository-events

There is also a GUI audit log

https://help.github.com/articles/reviewing-the-audit-log-for-your-organization/

which unfortunately does not include pushes, and in GHE there is a fuller log

https://help.github.com/enterprise/2.14/admin/articles/audit-logging/

which does. But anyway you want _push_ notification I suppose, with
webhooks. So that means finding, or writing, an app:

https://probot.github.io/docs/

Possibly something already exists among

https://github.com/search?p=5&q=topic%3Aprobot-app&type=Repositories

This idea sounds related:

https://github.com/probot/ideas/issues/23

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2G_XS%2BKsqDo0oyLDYES3DUgHmToeJXYLnTqtF9L_NtkA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to