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 436979f commit b566dcaCopy full SHA for b566dca
.github/workflows/stale-issues.yml
@@ -23,7 +23,6 @@ jobs:
23
uses: actions/stale@v9
24
with:
25
repo-token: ${{ secrets.GITHUB_TOKEN }}
26
- debug-only: true
27
28
# Default stale policy
29
days-before-stale: ${{ env.DAYS_BEFORE_STALE }}
@@ -68,7 +67,6 @@ jobs:
68
67
69
70
71
72
73
# Accelerated timeline for needs-information
74
days-before-stale: ${{ env.NEEDS_INFO_DAYS_BEFORE_STALE }}
@@ -94,4 +92,4 @@ jobs:
94
92
days-before-pr-close: -1
95
93
96
# Remove stale label when issue becomes active again
97
- remove-stale-when-updated: true
+ remove-stale-when-updated: true
0 commit comments