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: