mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
Merge 'github: Fix stale workflow' from Pekka Enberg
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. Closes #337
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