Azure / Azure/azure-rest-api-specs
[EngSys] Shared code to limit job summary to 1MB
Open
@mikeharder is already working on this.
Since Jul 11, 2025.
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 6k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 444
Description
1. generate markdown summary to in-memory buffer
2. If under 1MB, post to GITHUB_STEP_SUMMARY
3. if > 1MB, either:
A. upload as a build artifact, and change the summary to a link (or instructions) for users to download the file and open it in a markdown viewer like VSCode
B. just link to console log
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.