From 60ef3eabd37d2f9b25df99219bcb8741aaa35bd7 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Sat, 3 Sep 2022 01:05:47 -0300 Subject: [PATCH] chore: fix stale workflow --- .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 6ad67caf..968c6d92 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: "60 1 * * *" + - cron: "30 1 * * *" jobs: stale: @@ -15,5 +15,5 @@ jobs: recent activity. It will be closed if no further activity occurs. Thank you for your contributions.' stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. Remove the stale label or comment or this will be closed in 2 days' - days-before-stale: 30 + days-before-stale: 60 days-before-close: 4 \ No newline at end of file