From 40b425886af9d9bc90d0c63713dc52c0855b0524 Mon Sep 17 00:00:00 2001 From: DmitriyMusatkin Date: Tue, 29 Jul 2025 14:30:15 -0700 Subject: [PATCH] switch to weekly --- .github/workflows/handle-stale-discussions.yml | 4 ++-- .github/workflows/stale_issue.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/handle-stale-discussions.yml b/.github/workflows/handle-stale-discussions.yml index 2b89f2da1..d9ca1bbff 100644 --- a/.github/workflows/handle-stale-discussions.yml +++ b/.github/workflows/handle-stale-discussions.yml @@ -1,7 +1,7 @@ name: HandleStaleDiscussions on: schedule: - - cron: '0 */4 * * *' + - cron: "0 9 * * 1" discussion_comment: types: [created] @@ -15,4 +15,4 @@ jobs: - name: Stale discussions action uses: aws-github-ops/handle-stale-discussions@v1 env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/stale_issue.yml b/.github/workflows/stale_issue.yml index 10aa552ec..161197291 100644 --- a/.github/workflows/stale_issue.yml +++ b/.github/workflows/stale_issue.yml @@ -3,7 +3,7 @@ name: "Close stale issues" # Controls when the action will run. on: schedule: - - cron: "*/60 * * * *" + - cron: "0 9 * * 1" jobs: cleanup: