Skip to content

Commit

Permalink
Fix stalebot config
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Apr 7, 2024
1 parent 58137f0 commit 7642002
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/stale.yml → .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v8
with:
days-before-issue-stale: 60
days-before-issue-stale: 90
days-before-pr-stale: -1
days-before-issue-close: 7
# days-before-pr-close: 10
Expand Down

0 comments on commit 7642002

Please sign in to comment.