From 29e954f6b0773fe36b777c1e4973f9bec516d351 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Fri, 11 Feb 2022 15:07:58 +0300 Subject: [PATCH] Update stale_issues_high.yml --- .github/workflows/stale_issues_high.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale_issues_high.yml b/.github/workflows/stale_issues_high.yml index 1523db81f35..fbadc275d16 100644 --- a/.github/workflows/stale_issues_high.yml +++ b/.github/workflows/stale_issues_high.yml @@ -1,8 +1,8 @@ name: 'Close stale issues with high priority' on: schedule: - # Runs at 04:00 every day - - cron: '0 4 * * *' + # Runs every hour + - cron: '0 * * * *' workflow_dispatch: jobs: @@ -25,3 +25,4 @@ jobs: days-before-issue-close: 4 operations-per-run: 500 remove-issue-stale-when-updated: true + ascending: true