[codex] CMSをeditorial workflowへ切り替え#150
Merged
Merged
Conversation
Deploying acecore-net with
|
| Latest commit: |
2243e39
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0359eff1.acecore-net.pages.dev |
| Branch Preview URL: | https://codex-cms-editorial-workflow.acecore-net.pages.dev |
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.
関連 Issue
なし
概要
CMS 書き込み branch 運用を、恒久的な
cms-content投稿受け皿ではなく Sveltia CMS の editorial workflow 型へ切り替えます。mainを publication branch / 本番ソースの唯一の正にし、CMS 保存は短命なcms/...branch と PR 経由でmainに入る形にします。主な変更点
public/admin/config.ymlをbackend.branch: mainとpublish_mode: editorial_workflowに変更mainに変更cms-content用の PR 作成 workflow を削除docs/cms-write-workflow.mdを editorial workflow 運用に更新cms: ...commit subject に依存するため、CMS PR は squash merge しない運用を明記確認したこと
AGENTS.md,.github/copilot-instructions.md,.github/pull_request_template.mdを確認git status --short --branchgit worktree listpublic/admin/config.yml,public/admin/index.html,public/admin/init.js,scripts/write-cms-runtime-config.mjs,.github/workflows/*.ymlを確認maincms-contentbranch: open PR なし /main比ahead_by: 0,behind_by: 26npx prettier --check AGENTS.md README.md docs/cms-write-workflow.md public/admin/config.yml scripts/write-cms-runtime-config.mjsgit diff --checknpm run buildは通常 sandbox でpublic/admin/runtime-config.js書き込み EPERM、同一コマンドを権限付き再実行して成功未確認事項・補足
cms-contentbranch は、この変更がmainに反映され、未反映差分や open PR がないことを確認してから削除候補にしてください。