Commit 410c3e9
committed
ci: fix check-generated job paths for monorepo layout
The check-generated job's skill/docs-section verification steps still
referenced pre-move root-relative paths (plugins/, README.md,
DEVELOPMENT.md, docs/src/content/docs/*). After the packages/cli +
apps/cli-docs move those paths no longer exist, so `git diff --quiet
<nonexistent-path>` exits 128 (fatal), failing the "Validate generated
files" check even though the committed generated content is current.
Repoint all three references (check-skill, check-sections,
auto-commit) to:
- packages/cli/plugins/sentry-cli/skills/sentry-cli/
- packages/cli/README.md, packages/cli/DEVELOPMENT.md
- apps/cli-docs/src/content/docs/{contributing.md,self-hosted.md,getting-started.mdx}
Verified: `pnpm --filter sentry run generate:schema && generate:docs`
produces no diff against the committed files, and the git diff --quiet
commands now exit 0 instead of 128.1 parent e11da2e commit 410c3e9
2 files changed
Lines changed: 103 additions & 127 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments