From 78b74d1df0454e09ee65aa27956e78d7b11020ec Mon Sep 17 00:00:00 2001 From: guessi Date: Fri, 12 May 2023 00:48:38 +0800 Subject: [PATCH] Trigger actions/stale once per week should be enough --- .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 b39729d..7866795 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -7,7 +7,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: '30 2 * * *' + - cron: '30 2 * * 0' jobs: stale: @@ -17,4 +17,4 @@ jobs: pull-requests: write steps: - - uses: actions/stale@v7 + - uses: actions/stale@v8