From 5efccd4fed5c3737d77a5c9b66bfbbcb94d92ae3 Mon Sep 17 00:00:00 2001 From: Sergio Barrio Date: Thu, 31 Jul 2025 11:15:11 +0200 Subject: [PATCH] Disable stale action's debug mode --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6f618fc3f..a4252c05b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -33,4 +33,4 @@ jobs: # Run the stale workflow as dry-run. # No GitHub API calls that can alter the issues and pull requests will happen. # Useful to debug or when you want to configure the stale workflow safely. - debug-only: true + debug-only: false