Skip to content

Commit 29d4f7f

Browse files
author
Tamás Russ
authored
infra: enable stale action
1 parent 8d5de2d commit 29d4f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/stale@v5
1919
with:
20-
debug-only: true # temporary
20+
debug-only: false
2121
repo-token: ${{ secrets.TOKEN_FOR_STALE_ISSUES }}
2222
days-before-stale: 60
2323
stale-issue-label: 'stale'

0 commit comments

Comments
 (0)