chore: dispatch completed releases to packaging - #1008
Conversation
|
This pull request is currently a draft. Reviews will not take place until the PR is marked as ready for review. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThe Docker workflow now performs manual Dockerfile validation only. The release workflow dispatches completed releases to ChangesRelease packaging workflow split
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant publish
participant dispatch_packaging_release
participant MeshAgentImages
publish->>dispatch_packaging_release: successful full release
dispatch_packaging_release->>MeshAgentImages: POST mesh-llm-release dispatch
MeshAgentImages->>MeshAgentImages: package archives and publish release assets and GHCR images
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
e7bcae6 to
4f08e90
Compare
4f08e90 to
f939832
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/docker.yml:
- Around line 17-18: Update the actions/checkout@v5 step in the workflow to set
persist-credentials to false. Leave the docker/setup-buildx-action@v4 step
unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 86147e93-bb62-4182-bb26-7786221a771c
📒 Files selected for processing (4)
.github/workflows/docker.yml.github/workflows/release.ymlRELEASE.mdci/ci.md
f939832 to
1561fb8
Compare
Summary
Validation
Before merge
No package, image, or release asset was published.
Summary by CodeRabbit