aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2024-01-01 18:37:49 +0100
committervaxerski <[email protected]>2024-01-01 18:37:49 +0100
commit46753b1f22478c64222e5d9f7e0fb4c10b001be6 (patch)
treea92951d8cdd488eeec5dcad7f8dae94287bbf3f9 /.github
parentd4e68ab60216596867d6ee08b1e96ff0eeaec80e (diff)
downloadHyprland-46753b1f22478c64222e5d9f7e0fb4c10b001be6.tar.gz
Hyprland-46753b1f22478c64222e5d9f7e0fb4c10b001be6.zip
CI: limit stalebot ops per run
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 223186b5..8955517f 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -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