mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 23:44:19 +01:00
github: Fix stale workflow
Bump operations per run but more importantly turn "ascending" option so that we process pull requests with smaller IDs first that are more likely to be stale.
This commit is contained in:
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -14,6 +14,8 @@ jobs:
|
||||
- name: Close stale pull requests
|
||||
uses: actions/stale@v6
|
||||
with:
|
||||
operations-per-run: 1000
|
||||
ascending: true
|
||||
stale-pr-message: 'This pull request has been marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.'
|
||||
close-pr-message: 'This pull request has been closed due to inactivity. Please feel free to reopen it if you have further updates.'
|
||||
days-before-stale: 30
|
||||
|
||||
Reference in New Issue
Block a user