ci: Increase stale frequencey and process in ascending order

This commit is contained in:
bbhtt
2024-12-05 21:26:52 +05:30
parent 8697a10051
commit 3c992b88f4
+2 -1
View File
@@ -1,7 +1,7 @@
name: "Close stale PR"
on:
schedule:
- cron: "0 0 * * 1,4"
- cron: "0 0 * * *"
workflow_dispatch:
@@ -21,3 +21,4 @@ jobs:
remove-pr-stale-when-updated: true
exempt-pr-labels: leave-open
operations-per-run: 100
ascending: true