Support/openclaw - #31
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c9dd31e12d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| paths: | ||
| - "apps/web/**" | ||
| - "apps/server/**" |
There was a problem hiding this comment.
Trigger CD for shared and infrastructure package changes
When a merge changes only packages/infra/** or a shared server workspace such as packages/api/**, packages/auth/**, packages/db/**, or packages/env/**, this filter prevents the CD workflow from running, leaving production stale until a later app-directory change or manual dispatch. This is not limited to indirect tooling: the root deploy command executes @clankeroverflow/infra (package.json:18), and the deployed server directly imports the shared workspaces (apps/server/package.json:12-16). Include every deploy input in the paths filter, or remove the filter.
Useful? React with 👍 / 👎.
No description provided.