Skip to content

chore: sync workflow templates - #868

Merged
stranske merged 1 commit into
mainfrom
sync/workflows-23c2155b07e7
Jun 24, 2026
Merged

chore: sync workflow templates#868
stranske merged 1 commit into
mainfrom
sync/workflows-23c2155b07e7

Conversation

@stranske

@stranske stranske commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Sync Summary

Files Updated

  • pr-00-gate.yml: Gate workflow - runs tests, lint, type checking before merge. Bootstrap note: the expanded template Gate is not yet fresh-consumer deployable; see issue #2158 before seeding it into new repos.
  • agents-80-pr-event-hub.yml: PR event hub - consolidates PR meta, bot comments, and verify-to-issue handlers
  • agents-issue-optimizer.yml: Issue optimizer - LangChain-based issue formatting and optimization (Phase 1)
  • agents-verify-to-new-pr.yml: Verify to new PR - creates follow-up issue and immediately dispatches auto-pilot to prepare a replacement PR (bridge inlined)
  • agents-auto-label.yml: Auto-label - suggests/applies labels based on semantic matching (Phase 5A)
  • agents-capability-check.yml: Capability check - pre-flight agent feasibility gate (Phase 3A)
  • agents-decompose.yml: Task decomposition - breaks large issues into sub-tasks (Phase 3B)
  • agents-dedup.yml: Duplicate detection - flags similar open issues (Phase 3C)
  • agents-auto-pilot.yml: Auto-pilot - end-to-end automation orchestrator (format → optimize → agent → verify)
  • agents-weekly-metrics.yml: Weekly metrics - aggregates auto-pilot, keepalive, autofix and verifier metrics into summary reports
  • backplane-conformance.yml: Backplane conformance caller stub - calls reusable-backplane-conformance.yml@main to validate a repo's emitted run-contract/v1 envelope (producer) or ingested object (consumer). No-op for non-participants (opt-in). Template lives under templates/consumer-repo/.github/workflows/.

Files Skipped

  • renovate.json: File exists and sync_mode is create_only
  • cross-repo-smoke.yml: File exists and sync_mode is create_only
  • llm_slots.json: None

Review Checklist

  • CI passes with updated workflows
  • No repo-specific customizations were overwritten

Source: stranske/Workflows
Source SHA: ba477586bf8091c24ca6180b1b25bad5f59c571e
Template hash: 23c2155b07e7
Sync branch: sync/workflows-23c2155b07e7
Consumer repo: stranske/Template
Manifest: .github/sync-manifest.yml

Summary by CodeRabbit

  • Chores
    • Updated several automated workflows to use a newer pinned Python setup version.
    • This helps keep CI runs more consistent and reduces the risk of workflow failures caused by outdated action references.

Automated sync from stranske/Workflows
Template hash: 23c2155b07e7

Changes synced from sync-manifest.yml
@stranske stranske added sync Automated sync from Workflows automated Automated sync from Workflows labels Jun 24, 2026
@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: cd764de2-2108-4b49-bf74-09e8fd22c66d

📥 Commits

Reviewing files that changed from the base of the PR and between 1ee5d00 and cab534e.

📒 Files selected for processing (11)
  • .github/workflows/agents-80-pr-event-hub.yml
  • .github/workflows/agents-auto-label.yml
  • .github/workflows/agents-auto-pilot.yml
  • .github/workflows/agents-capability-check.yml
  • .github/workflows/agents-decompose.yml
  • .github/workflows/agents-dedup.yml
  • .github/workflows/agents-issue-optimizer.yml
  • .github/workflows/agents-verify-to-new-pr.yml
  • .github/workflows/agents-weekly-metrics.yml
  • .github/workflows/backplane-conformance.yml
  • .github/workflows/pr-00-gate.yml
🔗 Linked repositories identified

CodeRabbit considers these linked repositories for cross-repo context during reviews:

  • stranske/Workflows (auto-detected)
📜 Recent review details
🧰 Additional context used
📓 Path-based instructions (5)
.github/workflows/**/*.{yml,yaml}

📄 CodeRabbit inference engine (.github/copilot-instructions.md)

.github/workflows/**/*.{yml,yaml}: Ensure coverage threshold settings in GitHub Actions workflow files for coverage-min match the [tool.coverage.report] fail_under setting in pyproject.toml, as the lower value will be the effective threshold
For startup_failure in GitHub Actions workflows with zero jobs, check for invalid YAML syntax, top-level permissions: blocks in workflow_call reusable workflows (which conflicts with caller permissions), invalid permission scopes, or circular workflow references

Files:

  • .github/workflows/agents-decompose.yml
  • .github/workflows/agents-dedup.yml
  • .github/workflows/agents-capability-check.yml
  • .github/workflows/agents-auto-pilot.yml
  • .github/workflows/agents-issue-optimizer.yml
  • .github/workflows/agents-weekly-metrics.yml
  • .github/workflows/backplane-conformance.yml
  • .github/workflows/agents-verify-to-new-pr.yml
  • .github/workflows/pr-00-gate.yml
  • .github/workflows/agents-80-pr-event-hub.yml
  • .github/workflows/agents-auto-label.yml
.github/workflows/*.yml

📄 CodeRabbit inference engine (CLAUDE.md)

Reference reusable workflows with @main unless intentionally pinning to an exact commit SHA for a controlled reason

Files:

  • .github/workflows/agents-decompose.yml
  • .github/workflows/agents-dedup.yml
  • .github/workflows/agents-capability-check.yml
  • .github/workflows/agents-auto-pilot.yml
  • .github/workflows/agents-issue-optimizer.yml
  • .github/workflows/agents-weekly-metrics.yml
  • .github/workflows/backplane-conformance.yml
  • .github/workflows/agents-verify-to-new-pr.yml
  • .github/workflows/pr-00-gate.yml
  • .github/workflows/agents-80-pr-event-hub.yml
  • .github/workflows/agents-auto-label.yml
.github/workflows/**/*.yml

📄 CodeRabbit inference engine (AGENTS.md)

First-party consumers should reference reusable workflows with @main unless intentionally pinning to an exact commit SHA for a controlled reason

Files:

  • .github/workflows/agents-decompose.yml
  • .github/workflows/agents-dedup.yml
  • .github/workflows/agents-capability-check.yml
  • .github/workflows/agents-auto-pilot.yml
  • .github/workflows/agents-issue-optimizer.yml
  • .github/workflows/agents-weekly-metrics.yml
  • .github/workflows/backplane-conformance.yml
  • .github/workflows/agents-verify-to-new-pr.yml
  • .github/workflows/pr-00-gate.yml
  • .github/workflows/agents-80-pr-event-hub.yml
  • .github/workflows/agents-auto-label.yml
.github/workflows/agents-*.yml

📄 CodeRabbit inference engine (AGENTS.md)

Agent workflows (agents-*.yml), autofix.yml, synced prompts in .github/codex/, and synced scripts/docs should be fixed in stranske/Workflows, not in the consumer repository

Files:

  • .github/workflows/agents-decompose.yml
  • .github/workflows/agents-dedup.yml
  • .github/workflows/agents-capability-check.yml
  • .github/workflows/agents-auto-pilot.yml
  • .github/workflows/agents-issue-optimizer.yml
  • .github/workflows/agents-weekly-metrics.yml
  • .github/workflows/agents-verify-to-new-pr.yml
  • .github/workflows/agents-80-pr-event-hub.yml
  • .github/workflows/agents-auto-label.yml
.github/workflows/pr-00-gate.yml

📄 CodeRabbit inference engine (CLAUDE.md)

Keep pr-00-gate.yml aligned with the Workflows standard unless there is a documented reason to diverge

pr-00-gate.yml is a create-only standard file that should remain aligned with the stranske/Workflows standard unless the consumer repo has a documented reason to diverge

Files:

  • .github/workflows/pr-00-gate.yml
🔀 Multi-repo context stranske/Workflows

[::stranske/Workflows::] The changed workflow files mostly swap actions/setup-python@v6 for a pinned SHA, and that same pinned SHA is already used elsewhere in the repo:

  • .github/workflows/agents-issue-optimizer.yml:125
  • .github/workflows/agents-auto-pilot.yml:219
  • .github/workflows/agents-verify-to-new-pr.yml:95

[::stranske/Workflows::] The repo still has many other workflows on plain actions/setup-python@v6 (for example .github/workflows/pr-00-gate.yml:203,261,290,333,416 and .github/workflows/agents-auto-label.yml:90), so this PR is a narrow pin refresh rather than a behavioral workflow change.

🔇 Additional comments (11)
.github/workflows/agents-80-pr-event-hub.yml (1)

329-329: LGTM!

.github/workflows/agents-auto-label.yml (1)

68-68: LGTM!

.github/workflows/agents-auto-pilot.yml (1)

219-219: LGTM!

.github/workflows/agents-capability-check.yml (1)

37-37: LGTM!

.github/workflows/backplane-conformance.yml (1)

29-29: LGTM!

.github/workflows/pr-00-gate.yml (1)

213-213: LGTM!

Also applies to: 272-272, 301-301, 344-344, 428-428

.github/workflows/agents-decompose.yml (1)

31-34: LGTM!

.github/workflows/agents-dedup.yml (1)

40-43: LGTM!

.github/workflows/agents-issue-optimizer.yml (1)

140-144: LGTM!

.github/workflows/agents-verify-to-new-pr.yml (1)

93-97: LGTM!

.github/workflows/agents-weekly-metrics.yml (1)

60-63: LGTM!


📝 Walkthrough

Walkthrough

The actions/setup-python GitHub Action is repinned from the previous commit SHA to a new commit SHA (ece7cb06...) across 11 workflow files. No workflow logic, job structure, Python version configuration, or step behavior is changed in any file.

Changes

actions/setup-python SHA bump

Layer / File(s) Summary
Repin actions/setup-python in all workflows
.github/workflows/agents-80-pr-event-hub.yml, .github/workflows/agents-auto-label.yml, .github/workflows/agents-auto-pilot.yml, .github/workflows/agents-capability-check.yml, .github/workflows/agents-decompose.yml, .github/workflows/agents-dedup.yml, .github/workflows/agents-issue-optimizer.yml, .github/workflows/agents-verify-to-new-pr.yml, .github/workflows/agents-weekly-metrics.yml, .github/workflows/backplane-conformance.yml, .github/workflows/pr-00-gate.yml
The actions/setup-python step is updated to a new pinned commit SHA (still tagged # v6) in all 11 workflow files. The pr-00-gate.yml file is updated in five jobs: docs-guard, github-scripts-tests, issue-consistency, test-quality, and ledger-validation. No other workflow logic is modified.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • stranske/Template#838: Also updates the pinned actions/setup-python (v6) SHA in pr-00-gate.yml's gate workflow setup step.
  • stranske/Template#841: Also updates actions/setup-python to a new pinned commit SHA in workflow definitions, including agents-guard.yml.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: syncing GitHub workflow templates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch sync/workflows-23c2155b07e7

Comment @coderabbitai help to get the list of available commands.

@agents-workflows-bot

agents-workflows-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Automated Status Summary

Head SHA: c317c44
Latest Runs: ⏳ pending — Gate
Required: core tests (3.12): ⏳ pending, core tests (3.13): ⏳ pending, docker smoke: ⏳ pending, gate: ⏳ pending

Workflow / Job Result Logs
(no jobs reported) ⏳ pending

Coverage Overview

  • Coverage history entries: 0

Updated automatically; will refresh on subsequent CI/Docker completions.


Keepalive checklist

Scope

No scope information available

Tasks

  • No tasks defined

Acceptance criteria

  • No acceptance criteria defined

@stranske
stranske temporarily deployed to agent-high-privilege June 24, 2026 09:31 — with GitHub Actions Inactive
@stranske
stranske merged commit cf9fbb8 into main Jun 24, 2026
75 of 87 checks passed
@stranske
stranske deleted the sync/workflows-23c2155b07e7 branch June 24, 2026 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automated sync from Workflows sync Automated sync from Workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant