Skip to content

chore: sync workflow templates - #381

Merged
stranske merged 1 commit into
mainfrom
sync/workflows-2c33f158db7e
Jun 25, 2026
Merged

chore: sync workflow templates#381
stranske merged 1 commit into
mainfrom
sync/workflows-2c33f158db7e

Conversation

@stranske

@stranske stranske commented Jun 25, 2026

Copy link
Copy Markdown
Owner

Sync Summary

Files Updated

  • maint-76-claude-code-review.yml: Claude Code review (opt-in) - runs only on labeled PRs or manual dispatch

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: 8ee41928ebaeffa75539e5e3ee0b6fa11b313398
Template hash: 2c33f158db7e
Sync branch: sync/workflows-2c33f158db7e
Consumer repo: stranske/learning-management-system
Manifest: .github/sync-manifest.yml

Summary by CodeRabbit

  • Chores
    • Updated a pinned automation dependency used in the code review workflow to a newer version.

Automated sync from stranske/Workflows
Template hash: 2c33f158db7e

Changes synced from sync-manifest.yml
@stranske stranske added sync Automated sync from Workflows automated Automated sync from Workflows labels Jun 25, 2026
@stranske
stranske temporarily deployed to agent-standard June 25, 2026 01:34 — with GitHub Actions Inactive
@stranske
stranske temporarily deployed to agent-standard June 25, 2026 01:34 — with GitHub Actions Inactive
@coderabbitai

coderabbitai Bot commented Jun 25, 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: 8e51d698-691b-46fc-8e34-dd46593dddad

📥 Commits

Reviewing files that changed from the base of the PR and between 8528dd3 and 86754ba.

📒 Files selected for processing (1)
  • .github/workflows/maint-76-claude-code-review.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
🧰 Additional context used
📓 Path-based instructions (3)
{pyproject.toml,.github/workflows/*.{yml,yaml}}

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

Ensure coverage threshold values in pyproject.toml '[tool.coverage.report] fail_under' match the 'coverage-min' settings in workflow files; the lower threshold value will be the effective limit

Files:

  • .github/workflows/maint-76-claude-code-review.yml
.github/workflows/**/*.{yml,yaml}

📄 CodeRabbit inference engine (CLAUDE.md)

Reference reusable workflows with @main to match first-party consumer defaults, unless intentionally pinning to an exact commit SHA for a controlled reason

Files:

  • .github/workflows/maint-76-claude-code-review.yml
**/.github/workflows/*.yml

📄 CodeRabbit inference engine (AGENTS.md)

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

Files:

  • .github/workflows/maint-76-claude-code-review.yml
🔀 Multi-repo context

Linked repositories findings

stranske/Workflows

  • templates/consumer-repo/.github/workflows/maint-76-claude-code-review.yml:168-225 — the template copy of the same workflow still pins anthropics/claude-code-action to 428971d2... at line 192, so this repo is the upstream source for the consumer workflow being synced.
  • .github/sync-manifest.yml:122 — confirms .github/workflows/maint-76-claude-code-review.yml is a synced source file.
  • docs/HISTORY.md:159,466 — documents that maint-76-claude-code-review.yml is a consumer-side opt-in workflow, reinforcing that changes here propagate to downstream repos.

stranske/Template

  • .github/workflows/maint-76-claude-code-review.yml:168-225 — same workflow step is present here and still pins anthropics/claude-code-action@74eedf1a... at line 192.
  • .github/sync-manifest.yml:122 — the workflow is included in the sync manifest, so template updates should be expected to flow into consumers.
🔇 Additional comments (1)
.github/workflows/maint-76-claude-code-review.yml (1)

192-192: LGTM!


📝 Walkthrough

Walkthrough

The workflow updates the pinned commit SHA for anthropics/claude-code-action in the claude-review job. No other workflow inputs, conditions, outputs, or steps changed.

Changes

Claude Code Review action repin

Layer / File(s) Summary
Pinned action reference
.github/workflows/maint-76-claude-code-review.yml
The Run Claude Code Review step updates its uses: reference to a different pinned commit SHA for anthropics/claude-code-action; the rest of the workflow is unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

🚥 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 as a workflow template sync, matching the updated workflow file.
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-2c33f158db7e

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

@stranske
stranske temporarily deployed to agent-standard June 25, 2026 01:34 — with GitHub Actions Inactive
@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

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

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

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

@stranske
stranske merged commit 5a520c3 into main Jun 25, 2026
88 of 95 checks passed
@stranske
stranske deleted the sync/workflows-2c33f158db7e branch June 25, 2026 01:38
@coderabbitai coderabbitai Bot mentioned this pull request Jun 26, 2026
2 tasks
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