summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-06-13 11:15:24 +1000
committerNick Brassel <nick@tzarc.org>2022-06-13 11:15:24 +1000
commitf18afffc8d5dad9eee9133780000ccbc6801ff5c (patch)
tree16f0790058f33bad32c78efc843971899b19916f /.github
parent856029f7c517d77d034a0c951ef8a12bfe61e2a9 (diff)
`actions/stale`: 150 operations, oldest-first.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml3
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