-
Notifications
You must be signed in to change notification settings - Fork 0
ci: add LineageWeave hourly review-repair scheduler #1288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
seonghobae
wants to merge
25
commits into
main
Choose a base branch
from
feat/lineageweave-hourly-review-repair
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
4a07e12
ci: add LineageWeave hourly review-repair scheduler
seonghobae f9e2cbf
fix(scheduler): use LineageWeave heartbeat slot
seonghobae fe1f4d1
Merge remote-tracking branch 'origin/main' into HEAD
seonghobae d8eff1c
ci(lineageweave): register hourly caller contract
seonghobae 57179bb
ci: watch accounting hourly caller changes
seonghobae 2f795bd
fix(ci): keep LineageWeave caller scope isolated
seonghobae 8f63a82
Merge branch 'main' into feat/lineageweave-hourly-review-repair
opencode-agent[bot] aeb5668
Merge branch 'main' into feat/lineageweave-hourly-review-repair
seonghobae 039f0fa
Merge branch 'main' into feat/lineageweave-hourly-review-repair
opencode-agent[bot] b0cb5d8
docs(security): state reusable workflow trust boundary
seonghobae 3990a78
test(ci): require LineageWeave scheduler target
seonghobae f583187
Merge remote-tracking branch 'origin/main' into feat/lineageweave-hou…
seonghobae d1385c2
test(ci): pin LineageWeave caller authority
seonghobae a5f6573
fix(ci): repair LineageWeave stacked pull requests
seonghobae 5cd507f
Merge branch 'main' into feat/lineageweave-hourly-review-repair
seonghobae 501f708
Merge branch 'main' into feat/lineageweave-hourly-review-repair
opencode-agent[bot] 265fd16
fix(automation): route autofix through orchestrator
seonghobae 18ce105
test(autofix): align writer gateway contract
seonghobae a11a2e5
docs: correct autofix credential boundary
seonghobae 428e31a
merge: reconcile hourly repair with current main
seonghobae c78ae01
merge: reconcile LineageWeave scheduler with current main
seonghobae 069f445
fix: correct LineageWeave heartbeat registry note
seonghobae 4e09c47
Merge remote-tracking branch 'origin/main' into HEAD
seonghobae ebf1d59
Merge branch 'main' into feat/lineageweave-hourly-review-repair
opencode-agent[bot] 2e98b23
Merge branch 'main' into feat/lineageweave-hourly-review-repair
opencode-agent[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| name: LineageWeave Hourly Review Repair | ||
|
|
||
| on: | ||
| schedule: | ||
| # Minute 4 is LineageWeave's reserved heartbeat; minute 56 belongs to Inkspan. | ||
| - cron: "4 * * * *" | ||
|
seonghobae marked this conversation as resolved.
|
||
|
|
||
| concurrency: | ||
| group: lineageweave-hourly-review-repair | ||
| # Preserve a legitimate long-running root-cause analysis across heartbeats. | ||
| 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/LineageWeave | ||
|
seonghobae marked this conversation as resolved.
|
||
| # LineageWeave uses stacked PRs; repair reviewed heads on every base. | ||
| base_branch: "*" | ||
| max_prs: "50" | ||
|
seonghobae marked this conversation as resolved.
|
||
| max_dispatches: "1" | ||
| # Strix, coverage-source-tree, and the full backend suite can exceed one | ||
| # hour on a single head; do not redispatch for the same head sooner. | ||
| retry_hours: "2" | ||
| secrets: | ||
| PR_REVIEW_MERGE_TOKEN: ${{ secrets.PR_REVIEW_MERGE_TOKEN }} | ||
| OPENCODE_APPROVE_TOKEN: ${{ secrets.OPENCODE_APPROVE_TOKEN }} | ||
|
seonghobae marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.