Skip to content

Commit 107695a

Browse files
committed
Revert "Lock major change issue"
This reverts commit d5649f4.
1 parent cde54de commit 107695a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/handlers/major_change.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,6 @@ 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")?;
301297
}
302298

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

0 commit comments

Comments
 (0)