chore: sync workflow templates - #1430
Merged
Merged
Conversation
Automated sync from stranske/Workflows Template hash: 536a715df8b0 Changes synced from sync-manifest.yml
✅ Deploy Preview for stranske-trip-planner canceled.
|
stranske
had a problem deploying
to
agent-standard
June 20, 2026 01:46 — with
GitHub Actions
Failure
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughAdds ChangesDeliberate-break and runtime-AC merge gate feature
CI pin bump and agent guidance docs
Sequence Diagram(s)sequenceDiagram
participant Workflow
participant Guard
participant GitHubAPI
Workflow->>Guard: assertRuntimeAcMergeAllowed(context)
Guard->>GitHubAPI: listLabelsOnIssue(owner, repo, prNumber)
GitHubAPI-->>Guard: PR labels
Guard->>Guard: normalize and evaluate required labels
alt runtime-AC-required label exists
Guard-->>Workflow: throw runtime_ac_merge_blocked
else no required label
Guard-->>Workflow: allowed true
Workflow->>GitHubAPI: pulls.merge(squash)
end
sequenceDiagram
participant CI
participant Parser
participant Verifier
participant Runner
participant Archive
participant Actions
CI->>Parser: parse deliberate-break spec from PR markdown
Parser-->>CI: DeliberateBreakSpec or None
CI->>Verifier: verify_spec(base, head, spec)
Verifier->>Runner: run pytest command on head
Runner-->>Verifier: head result
Verifier->>Archive: extract base archive to temp tree
Archive-->>Verifier: extracted base snapshot
Verifier->>Runner: run pytest command on base snapshot
Runner-->>Verifier: base result
Verifier-->>CI: verdict payload
CI->>Actions: write verdict outputs
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This was referenced Jun 22, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Sync Summary
Files Updated
Files Skipped
Review Checklist
Source: stranske/Workflows
Source SHA:
deacb8ee2852a7c22fe229645468776f35921628Template hash:
536a715df8b0Sync branch:
sync/workflows-536a715df8b0Consumer repo:
stranske/trip-plannerManifest:
.github/sync-manifest.ymlSummary by CodeRabbit