From 1e1565c2deed609374ad07b4a935b3e9c23b6ab7 Mon Sep 17 00:00:00 2001 From: dtenwolde Date: Tue, 3 Sep 2024 14:21:37 +0200 Subject: [PATCH] Change stale to 90 days --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 16a30795..d3609cc9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions." stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions." - days-before-stale: 30 # Number of days of inactivity before an issue or PR is marked stale + days-before-stale: 90 # Number of days of inactivity before an issue or PR is marked stale days-before-close: 7 # Number of days after being marked stale before the issue or PR is closed stale-issue-label: "stale" # Label to apply to stale issues stale-pr-label: "stale" # Label to apply to stale pull requests