mirror of
https://github.com/redis/go-redis.git
synced 2025-09-05 20:24:00 +03:00
chore(github): Removes dry run for stale issues policy (#3471)
This commit is contained in:
2
.github/workflows/stale-issues.yml
vendored
2
.github/workflows/stale-issues.yml
vendored
@@ -23,7 +23,6 @@ jobs:
|
|||||||
uses: actions/stale@v9
|
uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
debug-only: true
|
|
||||||
|
|
||||||
# Default stale policy
|
# Default stale policy
|
||||||
days-before-stale: ${{ env.DAYS_BEFORE_STALE }}
|
days-before-stale: ${{ env.DAYS_BEFORE_STALE }}
|
||||||
@@ -68,7 +67,6 @@ jobs:
|
|||||||
uses: actions/stale@v9
|
uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
debug-only: true
|
|
||||||
|
|
||||||
# Accelerated timeline for needs-information
|
# Accelerated timeline for needs-information
|
||||||
days-before-stale: ${{ env.NEEDS_INFO_DAYS_BEFORE_STALE }}
|
days-before-stale: ${{ env.NEEDS_INFO_DAYS_BEFORE_STALE }}
|
||||||
|
Reference in New Issue
Block a user