]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update stale.yaml
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 22 Dec 2023 20:10:10 +0000 (20:10 +0000)
committerGitHub <noreply@github.com>
Fri, 22 Dec 2023 20:10:10 +0000 (20:10 +0000)
Set to 28 days.

.github/workflows/stale.yaml

index ff36ea2051bda666a8adf079d494d4acbc3cf9f6..88a0d50a56ad414e9d85e82bf8085c02159050cf 100644 (file)
@@ -13,10 +13,10 @@ jobs:
     steps:
       - uses: actions/stale@v8.0.0
         with:
-          stale-issue-message: 'This issue has been inactive for 45 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 45 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.'
+          stale-issue-message: 'This issue has been inactive for 28 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 28 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.'
           operations-per-run: 100
           # These are the defaults at the time of writing. https://github.com/marketplace/actions/close-stale-issues
-          # days-before-stale: 45
+          # days-before-stale: 28
           # days-before-close: 7