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