From 47df1e5489c28736593193253cc1f56c38c588f6 Mon Sep 17 00:00:00 2001 From: Palash Mondal Date: Fri, 26 Apr 2024 22:57:56 +0530 Subject: [PATCH] chore: add workflow updates --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1d522a9..823f9cc 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: 'Close stale issues and PRs' on: schedule: - - cron: '30 1 * * *' + - cron: '30 1 * * 0' permissions: issues: write pull-requests: write