fix: move weekly updates to /updates and fix cron job workflow#4814
Merged
Conversation
Co-Authored-By: bot_apk <apk@cognition.ai>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
✅ Deploy Preview for char-cli-web canceled.
|
✅ Deploy Preview for hyprnote ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Move w13-2026.mdx from articles/ to updates/2026-03-29.mdx - Move w12-2026.mdx from articles/ to updates/2026-03-22.mdx - Fix frontmatter to match updates schema (title + date only) - Update devin_weekly_blog workflow to create files under content/updates/ with correct frontmatter format Co-Authored-By: John <john@hyprnote.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Weekly blog posts were being created under
apps/web/content/articles/but should live underapps/web/content/updates/to match the existing updates content collection and/updatesroute.This PR:
apps/web/content/updates/2026-03-29.mdxwith the correctupdatesfrontmatter schema (title+dateonly)w12-2026.mdx) toapps/web/content/updates/2026-03-22.mdxwith the same fixdevin_weekly_blog.yamlcron workflow so future automated runs create files undercontent/updates/with the correct frontmatter format and date-based filenames (YYYY-MM-DD.mdx)Blog post content (covering desktop v1.0.18 and CLI v1.0.3–v1.0.15) is unchanged.
Review & Testing Checklist for Human
/updatesand/updates/2026-03-29to verify the new posts appear correctly and match the style of older posts (e.g.2026-03-15)/articles/w12-2026or/articles/w13-2026(these were likely only linked from the now-removed articles themselves, but worth a quick search)devin_weekly_blog.yamlprompt to ensure the instructions for path, filename format, and frontmatter are clear and will produce valid entries on the next scheduled runRecommended test plan: deploy the preview and check that
/updateslists both new entries and that individual post pages render without errors.Notes
apps/desktoptypecheck has a pre-existing codemirror version mismatch error unrelated to this PR.apps/webcontent-collections build passes (342 documents including the new updates).w12-2026.mdx) was also misplaced inarticles/by an earlier automated run; this PR corrects both.Link to Devin session: https://app.devin.ai/sessions/e4679f3024ad4e299c433061b5ba3e0f
Requested by: @ComputelessComputer