Skip to content
Merged
Changes from 1 commit
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Contextual Orchestrator Hourly Review Repair

on:
schedule:
# Minute 17 is reserved for this gateway repository in the CWL hourly loop.
- cron: "17 * * * *"
Comment thread
seonghobae marked this conversation as resolved.
Outdated
Comment thread
seonghobae marked this conversation as resolved.

concurrency:
group: contextual-orchestrator-hourly-review-repair
# A complete exact-head review can exceed one hour; keep it alive for the next heartbeat.
cancel-in-progress: false

permissions:
contents: read

jobs:
dispatch-review-repair:
permissions:
contents: read
id-token: write
uses: ./.github/workflows/pr-review-fix-scheduler.yml
with:
target_repository: ContextualWisdomLab/contextual-orchestrator
Comment thread
seonghobae marked this conversation as resolved.
base_branch: main
max_prs: "50"
max_dispatches: "1"
resolve_unreviewed_conflicts: true
retry_hours: "2"
secrets:
PR_REVIEW_MERGE_TOKEN: ${{ secrets.PR_REVIEW_MERGE_TOKEN }}
OPENCODE_APPROVE_TOKEN: ${{ secrets.OPENCODE_APPROVE_TOKEN }}
Loading