From f8f1e9d470bbf89d05ba0080868703d40cd1f025 Mon Sep 17 00:00:00 2001 From: Wolfgang Hobmaier Date: Thu, 31 Oct 2024 14:17:04 +0100 Subject: [PATCH] Make GH Bot less agressive --- .github/workflows/closeStaleIssuesAndPRs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/closeStaleIssuesAndPRs.yml b/.github/workflows/closeStaleIssuesAndPRs.yml index ecaccc15a..b51ea5cc2 100644 --- a/.github/workflows/closeStaleIssuesAndPRs.yml +++ b/.github/workflows/closeStaleIssuesAndPRs.yml @@ -12,7 +12,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days' stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days' - days-before-stale: 30 - days-before-close: 5 + days-before-stale: 150 + days-before-close: 30 exempt-issue-labels: 'help wanted,Pending feedback' exempt-pr-labels: 'help wanted,breaking change'