CI: limit stalebot ops per run

This commit is contained in:
Vaxry 2024-01-01 18:37:49 +01:00
parent d4e68ab602
commit 46753b1f22
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ name: Mark stale issues and pull requests
on:
schedule:
- cron: '26 0 * * *'
- cron: '7 */4 * * *'
workflow_dispatch:
jobs:
@ -24,3 +24,4 @@ jobs:
repo-token: ${{ secrets.STALEBOT_PAT }}
stale-issue-label: 'stale'
stale-pr-label: 'stale'
operations-per-run: 40