mesonwrap icon indicating copy to clipboard operation
mesonwrap copied to clipboard

Implement direct commit hook

Open sarum9in opened this issue 7 years ago • 2 comments

It is pretty annoying that without pull request it does not work. Let's improve hooks.

sarum9in avatar Mar 06 '18 01:03 sarum9in

https://developer.github.com/webhooks/#delivery-headers

Supported hooks we are interested in:

  • commit
    • create
    • delete
  • repository
    • create
    • delete
    • TODO figure out how rename works

sarum9in avatar Mar 14 '18 12:03 sarum9in

One thing to care about is branch creation that should not trigger revision 1 creation. This is probably achieved by the fact that master is copied so there is no upstream.wrap.

sarum9in avatar Jun 05 '18 17:06 sarum9in