From 14b042dae8a32424d5a1e757bdbe0e256d31b739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Thu, 30 Jul 2026 20:27:47 +0200 Subject: [PATCH] fix: remove lockReason from discussion lock (not allowed) --- .github/workflows/ai-moderator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-moderator.yml b/.github/workflows/ai-moderator.yml index fc6a98d..89f5934 100644 --- a/.github/workflows/ai-moderator.yml +++ b/.github/workflows/ai-moderator.yml @@ -164,7 +164,7 @@ jobs: if (discId) { await github.graphql(` mutation { - lockLockable(input: {lockableId: "${discId}", lockReason: TOO_HEATED}) { + lockLockable(input: {lockableId: "${discId}"}) { lockedRecord { activeLockReason } } }