From 6e88b2d25360e683b686f2d95a3fb0f3a687e6b1 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Tue, 29 Jul 2025 09:16:41 -0700 Subject: [PATCH] Enable log output for lock stale issues workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/lock-closed-issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lock-closed-issues.yml b/.github/workflows/lock-closed-issues.yml index 1437a629..ed90bd6d 100644 --- a/.github/workflows/lock-closed-issues.yml +++ b/.github/workflows/lock-closed-issues.yml @@ -20,6 +20,7 @@ jobs: with: issue-inactive-days: "7" process-only: "issues" + log-output: true issue-comment: > This issue has been automatically locked since it was closed and has not had any activity for 7 days.