From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Sat, 24 Jul 2021 18:06:54 +0000 (+0100) Subject: Update stale action to 50 operations per run. X-Git-Tag: 3.3.9~15^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7b094a1e5211c5489400e930b6441fa122142ef;p=thirdparty%2Fshairport-sync.git Update stale action to 50 operations per run. --- diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index be61da3d..88c0826c 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -15,6 +15,7 @@ jobs: with: stale-issue-message: 'This issue has been inactive for 60 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.' stale-pr-message: 'This PR has been inactive for 60 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.' + operations-per-run: 50 # These are the defaults at the time of writing. https://github.com/marketplace/actions/close-stale-issues # days-before-stale: 60 # days-before-close: 7