Update stale.yml

This commit is contained in:
Mikkel Hjortshøj
2022-07-25 00:05:36 +02:00
committed by GitHub
parent cb0273b5d7
commit b02e42c6dc
+2 -1
View File
@@ -2,7 +2,7 @@ name: "Close Stale Issues & PRs"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "0 21 * * *"
permissions:
issues: write
@@ -41,3 +41,4 @@ jobs:
exempt-draft-pr: true
ascending: true
operations-per-run: 1000
exempt-issue-labels: "ignore"