Skip to content

Commit 1cad432

Browse files
authored
feat: add redelivery field for hook deliveries (#797)
1 parent 858ba23 commit 1cad432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/hooks.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@ pub struct Delivery {
7777
pub action: Option<String>,
7878
pub installation_id: Option<InstallationId>,
7979
pub repository_id: Option<InstallationId>,
80+
pub redelivery: bool,
8081
}

0 commit comments

Comments
 (0)