diff options
author | sudoforge <no-reply@sudoforge.com> | 2024-07-27 18:54:45 -0700 |
---|---|---|
committer | sudoforge <no-reply@sudoforge.com> | 2024-07-27 18:54:45 -0700 |
commit | 3297223022630bd3aac2d119ae0870c995a7da2e (patch) | |
tree | 817148d8e7d31db443465c0782ef98f78d32625d /.github | |
parent | f507635986cb816feb3b449bdad3ca360c56168e (diff) | |
download | git-bug-3297223022630bd3aac2d119ae0870c995a7da2e.tar.gz |
revert: "feat: increase operations per run for workflow: cron"
This reverts commit c67d75faaa432889caa4deafc7e58d4099fac2cd.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cron.yml | 1 |
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 |