This commit is contained in:
Gvidas Juknevičius 2024-03-30 18:31:00 +02:00
parent 07c246f5f0
commit d73313690f
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB

View File

@ -17,6 +17,7 @@ impl Event {
pub struct Value { pub json: serde_json::Value }
#[derive(Debug, Deserialize, Clone)]
#[serde(rename_all = "lowercase")]
pub enum Event {
CommitComment(CommitCommentEvent),
Create(CreateEvent),