From 4e869f0ded5047dfbbe0c53ebd1498ed46a6db09 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Thu, 20 Jun 2024 19:58:02 +0200 Subject: [PATCH] Configure stale bot --- .github/workflows/stale.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c78f6c657..72cf595ee 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,10 +1,7 @@ name: 'Close stale issues' on: - pull_request: - branches: - - master - # schedule: - # - cron: '30 1 * * *' + schedule: + - cron: '30 1 * * *' # every day at 1:30am permissions: issues: write pull-requests: write