diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 2eee1c7..913a7df 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -1,7 +1,7 @@ name: "Close Stale Issues" on: schedule: - - cron: "0 0 * * 3" + - cron: "0 0 * * 0" workflow_dispatch: jobs: @@ -20,7 +20,7 @@ jobs:

Спасибо! close-issue-message: "Issue был закрыт из-за отсутствия активности." - days-before-stale: 120 + days-before-stale: 30 days-before-close: 7 operations-per-run: 1000 ascending: true