File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010Overview
1111--------
12- Each variant file is a copy of an upstream ``*.param.yaml`` with three additions:
13-
12+ Each variant file is a copy of an upstream ``*.param.yaml`` with two default additions:
14131. **Header** — workflow-managed comment block that records the source GitHub URL
1514 (pinned to the last-modified commit SHA of that file).
16152. **Override markers** — leaf fields annotated with ``# {OVERRIDE}`` or
1716 ``# {OVERRIDE: reason}`` retain their local values across syncs. All other
1817 fields are overwritten from the upstream source.
19- 3. **Embedded original** — the full upstream content is appended as a comment
20- block (``# ###### ORIGINAL (DO NOT EDIT) ######``) so that any upstream change
21- to an overridden field is visible in the diff of the generated sync PR.
18+
19+ An optional **Embedded original** footer may also be appended as a comment block
20+ (``# ###### ORIGINAL (DO NOT EDIT) ######``) when updated with `--footer`,
21+ so that upstream changes to overridden fields are visible in generated diffs.
2222
2323Usage
2424-----
You can’t perform that action at this time.
0 commit comments