diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 38737b725..ba0fb5587 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