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
+5
View File
@@ -0,0 +1,5 @@
use crate::gitea::WebhookType;
pub async fn exec(webhook: WebhookType) {
}