stale: Run twice weekly and reduce operations-per-run

This commit is contained in:
bbhtt
2024-11-02 09:03:33 +05:30
parent 5b590293e4
commit 947c269bfe
+2 -2
View File
@@ -1,7 +1,7 @@
name: "Close stale PR"
on:
schedule:
- cron: "0 0 1 * *"
- cron: "0 0 * * 1,4"
workflow_dispatch:
@@ -20,4 +20,4 @@ jobs:
any-of-pr-labels: awaiting-changes,blocked,work-in-progress,awaiting-upstream
remove-pr-stale-when-updated: true
exempt-pr-labels: leave-open
operations-per-run: 100
operations-per-run: 10