Skip to content

Commit d5649f4

Browse files
committed
Lock major change issue
1 parent e4f1366 commit d5649f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/handlers/major_change.rs

+4
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ async fn handle(
294294
.post_comment(&ctx.github, &comment)
295295
.await
296296
.context("post major change comment")?;
297+
issue
298+
.lock(&ctx.github, None)
299+
.await
300+
.context("lock major change issue")?;
297301
}
298302

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

0 commit comments

Comments
 (0)