Skip to content

Commit 1f0165a

Browse files
authored
Merge pull request #1876 from Urgau/revert-lock-mcp
Revert "Lock Major Change Proposal issue"
2 parents cde54de + 107695a commit 1f0165a

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)