[Actions] Increase number of context lines in diff, add examples to ProxyStub workflow#244
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions generator workflows to produce diffs with more surrounding context, making rendered HTML diffs (diff2html) easier to review for generated outputs.
Changes:
- Add
-U5(5 context lines) togit diff --no-indexinvocations across generator workflows. - Apply the same diff-context behavior for both baseline-present and baseline-missing branches where applicable.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/ProxyStubGenerator.yml | Increase unified context to 5 lines for combined baseline vs generated diffs. |
| .github/workflows/PluginSkeletonGenerator.yml | Increase unified context to 5 lines for per-plugin diffs. |
| .github/workflows/LuaGenerator.yml | Increase unified context to 5 lines for combined baseline vs generated diffs. |
| .github/workflows/JsonGenerator.yml | Increase unified context to 5 lines for combined baseline vs generated diffs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
LuaGenerator ResultsNo changes detected. |
|
Plugin skeleton preview (latest run): No changes detected in generated plugin code. The PR changes are internal to the generator or do not affect output. |
ProxyStubGenerator ResultsNo changes detected. |
JsonGenerator ResultsNo changes detected. |
LuaGenerator ResultsNo changes detected. |
|
Plugin skeleton preview (latest run): No changes detected in generated plugin code. The PR changes are internal to the generator or do not affect output. |
JsonGenerator ResultsNo changes detected. |
LuaGenerator ResultsNo changes detected. |
|
Plugin skeleton preview (latest run): No changes detected in generated plugin code. The PR changes are internal to the generator or do not affect output. |
JsonGenerator ResultsNo changes detected. |
No description provided.