You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Update the PR review prompt so vendored/generated-only changes get a
single upstream-only response instead of inline style and content
comments.
Generated by Codex
- Exception: root-level data/ files are manually maintained (allow edits)
42
43
- `content/reference/api/ai-governance/api.yaml` (verbatim copy of the upstream OpenAPI spec, vendored from the private docker/governor-services repo via `hack/sync-governance-api.sh`)
43
44
45
+
If all changed files are vendored/generated:
46
+
- Leave at most one PR-level review comment.
47
+
- Do not leave inline comments.
48
+
- Do not review style, wording, markdown, command accuracy, links, or content quality inside those files.
49
+
- Say only that the PR edits vendored/generated content, identify the affected path pattern, and direct the author to make the change upstream and sync it back.
50
+
51
+
If a PR changes both vendored/generated files and hand-authored files:
52
+
- Leave one comment for the vendored/generated file issue.
53
+
- Review only the hand-authored files for the remaining priority issues below.
54
+
- Do not leave style, wording, markdown, command accuracy, link, or content-quality comments on vendored/generated files.
55
+
44
56
### 2. Missing Redirects When Removing/Moving Pages (HIGH)
45
57
When a PR removes or moves a page:
46
58
- Check if the PR adds an `aliases:` entry in the front matter of the target/replacement page
0 commit comments