From 29e1c17cf4e5f360ab63c2e35deb64f1467cd973 Mon Sep 17 00:00:00 2001 From: Alex-302 Date: Thu, 26 Mar 2026 15:09:22 +0200 Subject: [PATCH] Upd Cron schedule for Stale bot for high priority issues to run every hour only from 4 to 16 UTC --- .github/workflows/stale_issues_gh.yml | 2 +- .github/workflows/stale_issues_high.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale_issues_gh.yml b/.github/workflows/stale_issues_gh.yml index 01648b8456f..fba84479775 100644 --- a/.github/workflows/stale_issues_gh.yml +++ b/.github/workflows/stale_issues_gh.yml @@ -19,7 +19,7 @@ jobs: Please note, that AdGuard Filters is an open-source project that is used by different content blockers and we welcome contributions. If you have some technical knowledge about how websites work, you are welcome to create a pull request following [these instructions](https://github.com/AdguardTeam/AdguardFilters/blob/master/CONTRIBUTING.md). stale-issue-label: 'Stale' - exempt-issue-labels: 'A: By design,A: In progress,A: Problematic,Infrastructure' + exempt-issue-labels: 'A: By design,A: In progress,A: Problematic,Infrastructure,P5: Lowest' only-issue-labels: 'Unsorted' exempt-all-issue-assignees: true days-before-issue-stale: 4 diff --git a/.github/workflows/stale_issues_high.yml b/.github/workflows/stale_issues_high.yml index 5d0db050c43..3e4342a658a 100644 --- a/.github/workflows/stale_issues_high.yml +++ b/.github/workflows/stale_issues_high.yml @@ -2,7 +2,7 @@ name: 'Close stale issues with high priority' on: schedule: # Runs every hour - - cron: '0 * * * *' + - cron: '0 5-10 * * *' workflow_dispatch: jobs: