mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 11:45:58 +01:00
CI: limit stalebot ops per run
This commit is contained in:
parent
d4e68ab602
commit
46753b1f22
1 changed files with 2 additions and 1 deletions
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
|
@ -7,7 +7,7 @@ name: Mark stale issues and pull requests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '26 0 * * *'
|
- cron: '7 */4 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -24,3 +24,4 @@ jobs:
|
||||||
repo-token: ${{ secrets.STALEBOT_PAT }}
|
repo-token: ${{ secrets.STALEBOT_PAT }}
|
||||||
stale-issue-label: 'stale'
|
stale-issue-label: 'stale'
|
||||||
stale-pr-label: 'stale'
|
stale-pr-label: 'stale'
|
||||||
|
operations-per-run: 40
|
||||||
|
|
Loading…
Reference in a new issue