diff options
| author | Mikkel Hjortshøj <me@thisdrunkdane.io> | 2022-07-24 23:58:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-24 23:58:43 +0200 |
| commit | cb0273b5d7fd70ec667d927c4440e84eadfd4b30 (patch) | |
| tree | c49e328c4384355afb57b9b92cd7a30fa33a57ae /.github | |
| parent | 8dbf45a65a360de844e4f5c95b8c1541bddb5bfd (diff) | |
Update stale.yml
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 99f597305..bded3ebc7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -40,4 +40,4 @@ jobs: days-before-close: 100 exempt-draft-pr: true ascending: true - operations-per-run: 250 + operations-per-run: 1000 |