Upd Cron schedule for Stale bot for high priority issues to run every hour only from 4 to 16 UTC

This commit is contained in:
Alex-302
2026-03-26 15:09:22 +02:00
parent 03ded60d5b
commit 29e1c17cf4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: