Skip to content

Commit 6c52560

Browse files
Copilotpelikhan
andcommitted
Use fuzzy scheduling (daily on weekdays) instead of cron expression
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent b118e7b commit 6c52560

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/repository-quality-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The workflow uses these default settings:
7878

7979
| Setting | Default | Description |
8080
|---------|---------|-------------|
81-
| Schedule | Weekdays at 1 PM UTC | When to run the analysis |
81+
| Schedule | Daily on weekdays | When to run the analysis |
8282
| Issue labels | `quality`, `automated-analysis` | Labels applied to created issues |
8383
| Max issues per run | 1 | Prevents duplicate reports |
8484
| Issue expiry | 2 days | Older issues are closed when a new one is posted |

workflows/repository-quality-improver.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
name: Repository Quality Improver
33
description: Daily analysis of repository quality focusing on a different software development lifecycle area each run
44
on:
5-
schedule:
6-
- cron: "0 13 * * 1-5" # Weekdays at 1 PM UTC
5+
schedule: daily on weekdays
76
workflow_dispatch:
87
permissions:
98
contents: read

0 commit comments

Comments
 (0)