Skip to content

Commit cb766af

Browse files
committed
Also react rendered link handler on synchronize (new commits)
1 parent a5f31cd commit cb766af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/handlers/rendered_link.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ async fn add_rendered_link(ctx: &Context, e: &IssuesEvent, prefix: &str) -> anyh
3434
if e.action == IssuesAction::Opened
3535
|| e.action == IssuesAction::Closed
3636
|| e.action == IssuesAction::Reopened
37+
|| e.action == IssuesAction::Synchronize
3738
{
3839
let files = e.issue.files(&ctx.github).await?;
3940

0 commit comments

Comments
 (0)