Skip to content

Commit

Permalink
Lock major change issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed Nov 18, 2024
1 parent e4f1366 commit d5649f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/handlers/major_change.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ async fn handle(
.post_comment(&ctx.github, &comment)
.await
.context("post major change comment")?;
issue
.lock(&ctx.github, None)
.await
.context("lock major change issue")?;
}

let zulip_req = zulip_req.send(&ctx.github.raw());
Expand Down

0 comments on commit d5649f4

Please sign in to comment.