We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9130d15 commit 53a10b9Copy full SHA for 53a10b9
.github/workflows/stale-issues.yml
@@ -21,6 +21,7 @@ jobs:
21
- uses: actions/stale@v9
22
with:
23
repo-token: ${{ secrets.GITHUB_TOKEN }}
24
+ dry-run: true
25
26
# Default stale policy
27
days-before-stale: ${{ env.DAYS_BEFORE_STALE }}
@@ -67,6 +68,7 @@ jobs:
67
68
69
70
71
72
73
# Accelerated timeline for needs-information
74
days-before-stale: ${{ env.NEEDS_INFO_DAYS_BEFORE_STALE }}
0 commit comments