Skip to content

Commit

Permalink
infra: enable stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás Russ committed Aug 24, 2023
1 parent 8d5de2d commit 301e662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/stale@v5
with:
debug-only: true # temporary
debug-only: false
repo-token: ${{ secrets.TOKEN_FOR_STALE_ISSUES }}
days-before-stale: 60
stale-issue-label: 'stale'
Expand Down

0 comments on commit 301e662

Please sign in to comment.