diff options
author | Nick Brassel <nick@tzarc.org> | 2022-06-13 11:15:24 +1000 |
---|---|---|
committer | Nick Brassel <nick@tzarc.org> | 2022-06-13 11:15:24 +1000 |
commit | f18afffc8d5dad9eee9133780000ccbc6801ff5c (patch) | |
tree | 16f0790058f33bad32c78efc843971899b19916f /.github | |
parent | 856029f7c517d77d034a0c951ef8a12bfe61e2a9 (diff) | |
download | qmk_firmware-f18afffc8d5dad9eee9133780000ccbc6801ff5c.tar.gz qmk_firmware-f18afffc8d5dad9eee9133780000ccbc6801ff5c.zip |
`actions/stale`: 150 operations, oldest-first.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/stale.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index eac6eb04ed..8d24911dc7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,8 @@ jobs: remove-stale-when-updated: true exempt-draft-pr: true - operations-per-run: 1000 + ascending: true + operations-per-run: 150 stale-issue-label: stale days-before-issue-stale: 90 |