From 79e519cff6fe769fe27aff65a94d3a8bf4c48c1e Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:03:08 -0300 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c9c11e1b..82cd1701 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: Close inactive issues on: schedule: - - cron: "50 22 * * *" + - cron: "10 23 * * *" jobs: close-issues: @@ -15,7 +15,7 @@ jobs: stale-issue-message: "" close-issue-message: "This issue has been closed due to inactivity for 30 days. If you believe it is still relevant, you can reopen it (if you are the author) or leave a comment below." days-before-issue-stale: 30 - days-before-issue-close: 30 + days-before-issue-close: 0 stale-issue-label: "stale" days-before-pr-stale: -1 days-before-pr-close: -1