aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsudoforge <no-reply@sudoforge.com>2024-07-27 18:54:45 -0700
committersudoforge <no-reply@sudoforge.com>2024-07-27 18:54:45 -0700
commit3297223022630bd3aac2d119ae0870c995a7da2e (patch)
tree817148d8e7d31db443465c0782ef98f78d32625d
parentf507635986cb816feb3b449bdad3ca360c56168e (diff)
downloadgit-bug-3297223022630bd3aac2d119ae0870c995a7da2e.tar.gz
revert: "feat: increase operations per run for workflow: cron"
This reverts commit c67d75faaa432889caa4deafc7e58d4099fac2cd.
-rw-r--r--.github/workflows/cron.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml
index 61eb47b0..6d136a14 100644
--- a/.github/workflows/cron.yml
+++ b/.github/workflows/cron.yml
@@ -15,7 +15,6 @@ jobs:
steps:
- uses: actions/stale@v9
with:
- operations-per-run: 1000
stale-issue-label: lifecycle/stale
stale-pr-label: lifecycle/stale
days-before-stale: 90