From ab0a0b51bf679664c39f5d3737d3f96a07d7e06e Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 9 Jul 2024 19:48:38 +0200 Subject: [PATCH] Do not trigger stale bot on each PR --- .github/workflows/stale.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0c31ec18c..d8f4a2f4d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,8 +1,9 @@ name: 'Close stale issues' on: - pull_request: - branches: - - master + # uncomment if you want to test changes to this file in PRs CI + # pull_request: + # branches: + # - master schedule: - cron: '30 1 * * *' # every day at 1:30am permissions: