Refactor hook module to also format Forgejo stuff
Temporarily disable some Gitlab features Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
77c193bfb6
commit
bcc8728cc8
5 changed files with 216 additions and 130 deletions
|
|
@ -91,7 +91,7 @@ async fn main() -> Result<!, Error> {
|
|||
}
|
||||
}
|
||||
wh = value_rx.recv() => {
|
||||
if let Some(Hook::Gitlab(hook)) = wh {
|
||||
if let Some(hook) = wh {
|
||||
client.hook(hook).await
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue