Adjust stale issue and PR settings in workflow

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-10-09 11:18:48 +02:00
committed by GitHub
parent e39124c2df
commit 5e0b5299d3
+3 -3
View File
@@ -27,7 +27,7 @@ jobs:
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
days-before-issue-stale: 60
days-before-issue-close: 7
days-before-issue-close: 14
exempt-issue-labels: after vacations,no stale
stale-issue-label: stale
stale-pr-message: >
@@ -35,8 +35,8 @@ jobs:
recent activity from the author. It will be closed if no further activity occurs.
If the PR was closed and you want it re-opened, let us know
and we'll re-open the PR so that you can continue the contribution!
days-before-pr-stale: 14
days-before-pr-close: 7
days-before-pr-stale: 30
days-before-pr-close: 14
exempt-pr-labels: after vacations,no stale
stale-pr-label: stale
operations-per-run: 100