From 97f4475fdfd59952be3095ce88a3cc2859840e48 Mon Sep 17 00:00:00 2001 From: Millun Atluri Date: Mon, 24 Jul 2023 20:50:33 +1000 Subject: [PATCH] Update close-inactive-issues.yml --- .github/workflows/close-inactive-issues.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/close-inactive-issues.yml b/.github/workflows/close-inactive-issues.yml index 58ec78c0b8..4f45f156b0 100644 --- a/.github/workflows/close-inactive-issues.yml +++ b/.github/workflows/close-inactive-issues.yml @@ -1,11 +1,11 @@ name: Close inactive issues on: schedule: - - cron: "00 6 * * *" + - cron: "00 4 * * *" env: - DAYS_BEFORE_ISSUE_STALE: 14 - DAYS_BEFORE_ISSUE_CLOSE: 28 + DAYS_BEFORE_ISSUE_STALE: 30 + DAYS_BEFORE_ISSUE_CLOSE: 14 jobs: close-issues: @@ -23,5 +23,6 @@ jobs: close-issue-message: "Due to inactivity, this issue was automatically closed. If you are still experiencing the issue, please recreate the issue." days-before-pr-stale: -1 days-before-pr-close: -1 + exempt-issue-labels: "Active Issue" repo-token: ${{ secrets.GITHUB_TOKEN }} operations-per-run: 500