diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-13 01:16:03 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-13 01:16:03 +0000 |
commit | 577e9d89fa7c18352998b147bebce6183795f5e0 (patch) | |
tree | 47a1dd628bfb82a64936a68679937d3747add732 /.github | |
parent | d21ee22cc53b493bbe025b75c550b93a3fe3772a (diff) | |
parent | f18afffc8d5dad9eee9133780000ccbc6801ff5c (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |