Skip to content

Commit b566dca

Browse files
chore(github): Removes dry run for stale issues policy (#3471)
1 parent 436979f commit b566dca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/stale-issues.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: actions/stale@v9
2424
with:
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
26-
debug-only: true
2726

2827
# Default stale policy
2928
days-before-stale: ${{ env.DAYS_BEFORE_STALE }}
@@ -68,7 +67,6 @@ jobs:
6867
uses: actions/stale@v9
6968
with:
7069
repo-token: ${{ secrets.GITHUB_TOKEN }}
71-
debug-only: true
7270

7371
# Accelerated timeline for needs-information
7472
days-before-stale: ${{ env.NEEDS_INFO_DAYS_BEFORE_STALE }}
@@ -94,4 +92,4 @@ jobs:
9492
days-before-pr-close: -1
9593

9694
# Remove stale label when issue becomes active again
97-
remove-stale-when-updated: true
95+
remove-stale-when-updated: true

0 commit comments

Comments
 (0)