diff options
author | Nick Brassel <nick@tzarc.org> | 2022-06-13 11:05:25 +1000 |
---|---|---|
committer | Nick Brassel <nick@tzarc.org> | 2022-06-13 11:05:25 +1000 |
commit | 856029f7c517d77d034a0c951ef8a12bfe61e2a9 (patch) | |
tree | b0c0397cc2a20f7faecf6577ecace9e451ea8e86 | |
parent | 9d07ab88aff9f6a1c88260971b0dbfc57ee641ef (diff) | |
download | qmk_firmware-856029f7c517d77d034a0c951ef8a12bfe61e2a9.tar.gz qmk_firmware-856029f7c517d77d034a0c951ef8a12bfe61e2a9.zip |
Swap to 1000 stale actions while debugging.
-rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d473c4a3d4..eac6eb04ed 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,7 @@ jobs: remove-stale-when-updated: true exempt-draft-pr: true - operations-per-run: 150 + operations-per-run: 1000 stale-issue-label: stale days-before-issue-stale: 90 |