From 9bde68ac8fd34630c4a8b87e86a0b0ae3c201bc6 Mon Sep 17 00:00:00 2001 From: Alexander Korolev Date: Fri, 29 Mar 2024 12:12:48 +0100 Subject: [PATCH] fixed merge option to update.ts --- update.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.ts b/update.ts index c2e9974..de4aea9 100644 --- a/update.ts +++ b/update.ts @@ -639,8 +639,9 @@ class Git { await this.ghCommand([ "pr", "merge", - "-r", "-s", + "-d", + "--admin", ]); }