| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR fixes noisy/mis-grouped GitHub Actions logs by removing a nested log group (“Computing PR diff ranges”) that was being emitted while already inside the “Load language configuration” group (nested log groups aren’t supported). The diff-range computation is now indicated via a plain informational log message instead of a group.
Changes:
| File | Description |
|---|---|
| src/diff-informed-analysis-utils.ts | Removes the nested log group and replaces it with a simple info log to avoid broken grouping output. |
| lib/entry-points.js | Generated build output reflecting the TypeScript change (not reviewed). |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The "Computing PR diff ranges" log group was nested within the "Load language configuration" log group. Since Actions doesn't support nested log groups this was creating some noise in the logs where the last part of "Load language configuration" spilled out into the top-level logs.
This PR simply removes the "Computing PR diff ranges" log group in favour of a log message instead.
Risk assessment
For internal use only. Please select the risk level of this change:
Which use cases does this change impact?
Workflow types:
Products:
Environments:
How did/will you validate this change?
If something goes wrong after this change is released, what are the mitigation and rollback strategies?
How will you know if something goes wrong after this change is released?
Are there any special considerations for merging or releasing this change?
Merge / deployment checklist