chore(ci): remove obsolete update-managed-apps cron workflow#519
chore(ci): remove obsolete update-managed-apps cron workflow#519myasnikovdaniil wants to merge 1 commit intomainfrom
Conversation
The website-side daily cron is superseded by the upstream cozystack/cozystack tags.yaml workflow (cozystack/cozystack#2214), which opens version-pinned PRs (e.g. update-docs-v1.3.1) on every release tag. Leaving this cron active causes duplicate, less-correct PRs sourced from cozystack/cozystack@main rather than from the release tag -- e.g. PR #518 (update-managed-apps-v1.3, BRANCH=main) was opened alongside the upstream-triggered PR #510 (update-docs-v1.3.1). Signed-off-by: Myasnikov Daniil <myasnikovdaniil2001@gmail.com>
✅ Deploy Preview for cozystack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughA workflow file for automatically syncing and updating managed apps documentation has been entirely removed. The workflow previously handled version validation, doc version derivation, make execution, git operations, and automated PR creation when triggered. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
Summary
.github/workflows/update-managed-apps.yaml.cozystack/cozystacktags.yamljob ([docs] Added openapi and go types codegeneration for apps cozystack#2214) which opens version-pinned docs PRs (update-docs-vX.Y.Z) on every release tag.cozystack/cozystack@mainrather than from the release tag — e.g. PR [docs] Update managed apps reference for v1.3 #518 (update-managed-apps-v1.3, BRANCH=main) alongside the upstream-pinned PR [docs] Update managed apps reference for v1.3.1 #510 (update-docs-v1.3.1).Test plan
Summary by CodeRabbit