parse gitea pr webhook

This commit is contained in:
2026-05-28 21:35:41 +00:00
parent e33187dc80
commit c119bed142
7 changed files with 321 additions and 8 deletions
+2
View File
@@ -1,5 +1,7 @@
mod api;
mod env;
mod gitea;
mod bot;
#[tokio::main]
async fn main() -> anyhow::Result<()> {