From b566dcacd692e5c548f62aedbcd33d852cbeee59 Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Tue, 12 Aug 2025 12:08:51 +0100 Subject: [PATCH] chore(github): Removes dry run for stale issues policy (#3471) --- .github/workflows/stale-issues.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 38737b72..ba0fb558 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -23,7 +23,6 @@ jobs: uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - debug-only: true # Default stale policy days-before-stale: ${{ env.DAYS_BEFORE_STALE }} @@ -68,7 +67,6 @@ jobs: uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - debug-only: true # Accelerated timeline for needs-information days-before-stale: ${{ env.NEEDS_INFO_DAYS_BEFORE_STALE }} @@ -94,4 +92,4 @@ jobs: days-before-pr-close: -1 # Remove stale label when issue becomes active again - remove-stale-when-updated: true \ No newline at end of file + remove-stale-when-updated: true