Skip to content

chore: sync workflow templates - #383

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

chore: sync workflow templates#383
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

  • 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

  • pr-00-gate.yml: File exists and sync_mode is create_only
  • ci.yml: File exists and sync_mode is create_only
  • 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/Ready
Manifest: .github/sync-manifest.yml

Summary by CodeRabbit

  • Chores
    • Updated several automation workflows to use a newer pinned version of the Python setup step.
    • Kept workflow behavior unchanged while refreshing the underlying action reference for consistency and reliability.

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
@stranske
stranske temporarily deployed to agent-standard June 24, 2026 09:29 — with GitHub Actions Inactive
@stranske
stranske temporarily deployed to agent-standard June 24, 2026 09:29 — with GitHub Actions Inactive
@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: d20d8c6f-3907-434c-9662-a90bdd52d65b

📥 Commits

Reviewing files that changed from the base of the PR and between 40f849a and 1da476e.

📒 Files selected for processing (10)
  • .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
🔗 Linked repositories identified

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

  • stranske/Workflows (auto-detected)
  • stranske/Template (auto-detected)
📜 Recent review details
⏰ Context from checks skipped due to timeout. (1)
  • GitHub Check: Resolve Context
🧰 Additional context used
📓 Path-based instructions (4)
{pyproject.toml,.github/workflows/*.{yml,yaml}}

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

{pyproject.toml,.github/workflows/*.{yml,yaml}}: For Python projects with coverage thresholds, ensure both pyproject.toml ([tool.coverage.report] fail_under) and workflow files have matching coverage-min settings, or the lower one will determine the actual threshold
The Manager-Database repository has a coverage threshold of 75%

Files:

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

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

For GitHub Actions workflow startup_failure errors, check for invalid YAML syntax, invalid permissions: block in workflow_call reusable workflows, invalid permission scopes, or circular workflow references

Files:

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

📄 CodeRabbit inference engine (CLAUDE.md)

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

Files:

  • .github/workflows/agents-issue-optimizer.yml
  • .github/workflows/agents-verify-to-new-pr.yml
  • .github/workflows/agents-decompose.yml
  • .github/workflows/agents-capability-check.yml
  • .github/workflows/agents-auto-label.yml
  • .github/workflows/agents-weekly-metrics.yml
  • .github/workflows/agents-80-pr-event-hub.yml
  • .github/workflows/agents-dedup.yml
  • .github/workflows/backplane-conformance.yml
  • .github/workflows/agents-auto-pilot.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-issue-optimizer.yml
  • .github/workflows/agents-verify-to-new-pr.yml
  • .github/workflows/agents-decompose.yml
  • .github/workflows/agents-capability-check.yml
  • .github/workflows/agents-auto-label.yml
  • .github/workflows/agents-weekly-metrics.yml
  • .github/workflows/agents-80-pr-event-hub.yml
  • .github/workflows/agents-dedup.yml
  • .github/workflows/backplane-conformance.yml
  • .github/workflows/agents-auto-pilot.yml
🔀 Multi-repo context stranske/Template, stranske/Workflows

Linked repositories findings

stranske/Template

  • .github/workflows/agents-auto-label.yml:68, .github/workflows/agents-auto-pilot.yml:219, .github/workflows/agents-capability-check.yml:37, .github/workflows/agents-decompose.yml:32, .github/workflows/agents-dedup.yml:41, .github/workflows/agents-issue-optimizer.yml:142, .github/workflows/agents-verify-to-new-pr.yml:95, .github/workflows/agents-weekly-metrics.yml:61, .github/workflows/backplane-conformance.yml:29, .github/workflows/agents-80-pr-event-hub.yml:329 — these same workflows still reference the older actions/setup-python@a309ff8b... # v6 pin, confirming the PR is a template-sync style update and that the only observed delta is the pinned action SHA, not the workflow contract or inputs. [::stranske/Template::]

stranske/Workflows

  • .github/sync-manifest.yml and .github/workflows/maint-68-sync-consumer-repos.yml — the manifest and sync tooling explicitly drive these workflow files as centrally managed consumer-facing templates, and create_only handling is already accounted for in the sync pipeline. That means this PR’s SHA refresh is within an existing sync contract, with no new consumer interface exposed. [::stranske/Workflows::]
🔇 Additional comments (10)
.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-weekly-metrics.yml (1)

61-61: LGTM!

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

29-29: LGTM!

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

37-37: LGTM!

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

32-32: LGTM!

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

41-41: LGTM!

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

142-142: LGTM!

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

93-95: LGTM!


📝 Walkthrough

Walkthrough

Ten GitHub Actions workflow files each have a single line updated: the uses: field of their actions/setup-python step is re-pinned from the previous commit SHA to a new commit SHA, both annotated as v6. No other workflow logic, inputs, or job structure is modified.

Changes

actions/setup-python SHA bump

Layer / File(s) Summary
Re-pin actions/setup-python SHA 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
Each file's Set up Python step replaces the old pinned commit SHA with the new actions/setup-python v6 SHA; all other step inputs, conditions, and job logic remain unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 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 accurately summarizes the PR’s main change: syncing workflow templates across multiple workflow files.
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.

@github-actions

github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Workflow state fingerprint for Keepalive Loop Reporter. Do not edit.

@github-actions

github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Workflow state fingerprint for Agents Gate Followups. Do not edit.

@stranske
stranske merged commit d36e7b6 into main Jun 24, 2026
67 of 73 checks passed
@stranske
stranske deleted the sync/workflows-23c2155b07e7 branch June 24, 2026 09:36
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