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:
4
.github/workflows/stale-issues.yml
vendored
4
.github/workflows/stale-issues.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user