mesonwrap
mesonwrap copied to clipboard
Implement direct commit hook
It is pretty annoying that without pull request it does not work. Let's improve hooks.
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
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.