From 4fd2c49e8bfc27329884a579e07a07cc6949bd6e Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Tue, 29 Jul 2025 09:31:05 -0700 Subject: [PATCH] Enable log output for lock stale issues workflow (#4698) 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 1437a6298..ed90bd6d9 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.