diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-13 01:06:36 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-13 01:06:36 +0000 |
commit | d21ee22cc53b493bbe025b75c550b93a3fe3772a (patch) | |
tree | 9c83ef33e1304015f9c6d7c382c92bc3099a6655 /.github | |
parent | 5ba04d1204bab5e77ad82879cd692b4323cb6a0d (diff) | |
parent | 856029f7c517d77d034a0c951ef8a12bfe61e2a9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github')
-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 |