summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-06-13 11:05:25 +1000
committerNick Brassel <nick@tzarc.org>2022-06-13 11:05:25 +1000
commit856029f7c517d77d034a0c951ef8a12bfe61e2a9 (patch)
treeb0c0397cc2a20f7faecf6577ecace9e451ea8e86 /.github
parent9d07ab88aff9f6a1c88260971b0dbfc57ee641ef (diff)
Swap to 1000 stale actions while debugging.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml2
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