Conversation
There was a problem hiding this comment.
Pull request overview
This PR appears primarily aimed at triggering CI, while also making a small copy edit to a blog post and adjusting the staging merge workflow’s dependency installation step.
Changes:
- Adjusted a blog post paragraph to remove unintended indentation and slightly simplify wording.
- Simplified the “Last updated” HTML comment in
cms/README.md. - Changed the staging merge workflow to run
pnpm installfrom the repository root instead of withincms/.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/content/blog/2026-01-29-interledger-foundation-awards-200000-social-web-foundation-support-decentralized-social-media.mdx |
Removes leading indentation that could affect Markdown rendering; minor wording tweak. |
cms/README.md |
Updates the “Last updated” comment by removing the revision suffix. |
.github/workflows/staging-merge.yml |
Modifies dependency installation step prior to running the CMS MDX sync. |
Comments suppressed due to low confidence (1)
.github/workflows/staging-merge.yml:164
- The workflow now runs
pnpm installfrom the repo root, but the subsequentSync MDX to Strapistep runs incms/and depends oncms/package.jsondependencies (this repo is not configured as a pnpm workspace withpackages:inpnpm-workspace.yaml, so root install won’t installcms/node_modules). This will likely breakpnpm run sync:mdx. Revert to installing incms/(e.g., restoreworking-directory: cms) or run a dedicated install forcmsbefore the sync step.
- name: Install dependencies
run: pnpm install
- name: Sync MDX to Strapi
working-directory: cms
env:
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.
No description provided.