Skip to content

Commit

Permalink
Update close_stale_issues.yml (rdkit#7925)
Browse files Browse the repository at this point in the history
update to most recent version of the stale action
increase rate limit (the docs say we should be able to do 1000 actions)
  • Loading branch information
greglandrum authored Oct 17, 2024
1 parent 470df8c commit 5cc2314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/close_stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
- uses: actions/stale@v9
with:
operations-per-run: 300
days-before-issue-stale: 90
days-before-issue-close: 14
stale-issue-label: "stale"
Expand Down

0 comments on commit 5cc2314

Please sign in to comment.