1
0
mirror of https://github.com/redis/go-redis.git synced 2025-09-02 22:01:16 +03:00

chore(github): Removes dry run for stale issues policy (#3471)

This commit is contained in:
Elena Kolevska
2025-08-12 12:08:51 +01:00
committed by GitHub
parent 436979f5c7
commit b566dcacd6

View File

@@ -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
remove-stale-when-updated: true