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
2 changes: 1 addition & 1 deletion .github/workflows/artifacts-summary.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/artifacts-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
schedule:
- cron: "0 9 * * 0" # Weekly on Sundays at 9 AM UTC
- cron: "0 6 * * 0" # Weekly on Sundays at 6 AM UTC
permissions:
contents: read
actions: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-version-checker.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/cli-version-checker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
on:
schedule:
- cron: "0 10 * * *" # Daily at 9 AM UTC
- cron: "0 15 * * *" # Daily at 3 PM UTC
workflow_dispatch:
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-agent-analysis.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/copilot-agent-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Copilot Agent PR Analysis
on:
schedule:
# Every day at 10am UTC
- cron: "0 10 * * *"
# Every day at 6pm UTC
- cron: "0 18 * * *"
workflow_dispatch:

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-doc-updater.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/daily-doc-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Daily Documentation Updater
on:
schedule:
# Every day at 9am UTC
- cron: "0 9 * * *"
# Every day at 6am UTC
- cron: "0 6 * * *"
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/duplicate-code-detector.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/duplicate-code-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Duplicate Code Detector
on:
workflow_dispatch:
schedule:
- cron: "0 11 * * *"
- cron: "0 21 * * *" # Daily at 9 PM UTC
permissions:
contents: read
actions: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-mcp-tools-report.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/github-mcp-tools-report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
on:
schedule:
- cron: "0 9 * * 0" # Weekly on Sundays at 9am UTC
- cron: "0 12 * * 0" # Weekly on Sundays at 12pm UTC
workflow_dispatch:
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-logger.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/go-logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Go Logger Enhancement
on:
schedule:
# Daily at 9am UTC
- cron: "0 9 * * *"
# Daily at 12pm UTC
- cron: "0 12 * * *"
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mcp-inspector.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/mcp-inspector.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
on:
schedule:
- cron: "0 10 * * 1" # Weekly on Mondays at 10am UTC
- cron: "0 18 * * 1" # Weekly on Mondays at 6pm UTC
workflow_dispatch:
permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/smoke-claude.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/smoke-claude.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
on:
schedule:
- cron: "0 0,6,12,18 * * *" # Every 6 hours
workflow_dispatch:
name: Smoke Claude
engine: claude
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/smoke-codex.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/smoke-codex.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
on:
schedule:
- cron: "0 0,6,12,18 * * *" # Every 6 hours
workflow_dispatch:
name: Smoke Codex
engine: codex
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/smoke-copilot.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/smoke-copilot.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
on:
schedule:
- cron: "0 0,6,12,18 * * *" # Every 6 hours
workflow_dispatch:
name: Smoke Copilot
engine: copilot
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/smoke-genaiscript.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/smoke-genaiscript.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
on:
schedule:
- cron: "0 0,6,12,18 * * *" # Every 6 hours
workflow_dispatch:
name: Smoke GenAIScript
imports:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/smoke-opencode.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/smoke-opencode.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
on:
schedule:
- cron: "0 0,6,12,18 * * *" # Every 6 hours
workflow_dispatch:
name: Smoke OpenCode
imports:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unbloat-docs.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/unbloat-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documentation Unbloat
on:
# Daily at 2am PST (10am UTC)
schedule:
- cron: "0 10 * * *"
- cron: "0 22 * * *" # Daily at 10 PM UTC

# Command trigger for /unbloat in PR comments
command:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-issue-summary.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/weekly-issue-summary.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
on:
schedule:
- cron: "0 9 * * 1" # Every Monday at 9 AM UTC
- cron: "0 15 * * 1" # Weekly on Mondays at 3 PM UTC
workflow_dispatch:
permissions:
contents: read
Expand Down
Loading