github: wip webhook support

This commit is contained in:
Antoine Martin 2021-09-12 02:16:54 +02:00
parent 0ce80677aa
commit c24ae3e7a9
7 changed files with 607 additions and 6 deletions

2
src/webhooks/mod.rs Normal file
View file

@ -0,0 +1,2 @@
mod github;
pub use github::github_webhook;