From 7debc30da34f68ed00e1e08bc0b4e0866f55ca35 Mon Sep 17 00:00:00 2001 From: Joana Hrotko Date: Fri, 5 Jul 2024 15:24:04 +0100 Subject: [PATCH] [wip] debug mode Signed-off-by: Joana Hrotko --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b9374a2dc9c..ea6697eff16 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,6 +9,7 @@ jobs: steps: - uses: actions/stale@v9 with: + debug-only: true stale-issue-message: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you