Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/auto-triage-issues.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/auto-triage-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ description: Automatically labels new and existing unlabeled issues to improve d
on:
issues:
types: [opened, edited]
schedule: every 6h
schedule:
- cron: "11 */6 * * *" # Explicit offset to avoid the shared 22:29 UTC batch
workflow_dispatch:
max-daily-ai-credits: 10000
user-rate-limit:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/detection-analysis-report.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/detection-analysis-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
emoji: "🔎"
description: Daily analysis of detection jobs to identify misconfigured workflows and compare performance between regular runs and runs using the gh-aw detection feature
on:
schedule: daily
schedule:
- cron: "05 23 * * *" # Offset from other nightly scheduled workflows
workflow_dispatch:
max-ai-credits: 1500
max-daily-ai-credits: 10000
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/duplicate-code-detector.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/duplicate-code-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Duplicate Code Detector
description: Identifies duplicate code patterns across the codebase and suggests refactoring opportunities
on:
workflow_dispatch:
schedule: daily
schedule:
- cron: "47 21 * * *" # Offset from other nightly scheduled workflows
permissions:
contents: read
issues: read
Expand Down
Loading