Skip to content

[Cherry-Pick] MsGraphicsPkg: Correct positioning of trash can icon in… #234

[Cherry-Pick] MsGraphicsPkg: Correct positioning of trash can icon in…

[Cherry-Pick] MsGraphicsPkg: Correct positioning of trash can icon in… #234

Triggered via push August 27, 2024 19:54
Status Success
Total duration 1m 8s
Artifacts
draft  /  Update Release Draft
55s
draft / Update Release Draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors
draft / Update Release Draft
Validation Failed: {"resource":"Release","code":"custom","field":"body","message":"body is too long (maximum is 125000 characters)"} { name: 'HttpError', id: '10584918752', status: 422, response: { url: 'https://api.github.com/repos/microsoft/mu_plus/releases/172034245', status: 422, headers: { 'access-control-allow-origin': '*', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset', connection: 'close', 'content-length': '257', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Tue, 27 Aug 2024 19:55:37 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'github.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-accepted-github-permissions': 'contents=write', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-github-api-version-selected': '2022-11-28', 'x-github-media-type': 'github.v3; format=json', 'x-github-request-id': '3401:18B52F:3DCA136:7720070:66CE2F39', 'x-ratelimit-limit': '15000', 'x-ratelimit-remaining': '14997', 'x-ratelimit-reset': '1724792084', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '3', 'x-xss-protection': '0' }, data: { message: 'Validation Failed', errors: [ { resource: 'Release', code: 'custom', field: 'body', message: 'body is too long (maximum is 125000 characters)' } ], documentation_url: 'https://docs.github.com/rest/releases/releases#update-a-release', status: '422' } }, request: { method: 'PATCH', url: 'https://api.github.com/repos/microsoft/mu_plus/releases/172034245', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.13.1 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"body":"# What\'s Changed\\n\\n<ul>\\n <li>\\n [Cherry-Pick] Bring in last of 202311 changes into 202405 @apop5 (#563)\\n <br>\\n <details>\\n <summary>Change Details</summary>\\n <blockquote>\\n <!-- Non-breaking space to have content if body is empty -->\\n &nbsp; ## Description\\r\\n\\r\\nCherry-Picking changes that went into 202311 into 202405.\\r\\n\\r\\n- [ ] Impacts functionality?\\r\\n- [ ] Impacts security?\\r\\n- [ ] Breaking change?\\r\\n- [ ] Includes tests?\\r\\n- [ ] Includes documentation?\\r\\n\\r\\n## How This Was Tested\\r\\nCI\\r\\n\\r\\n## Integration Instructions\\r\\nN/A\\n </blockquote>\\n <hr>\\n </details>\\n </li>\\n</ul>\\n<ul>\\n <li>\\n pip: Update all pip-requirements to latest. @apop5 (#562)\\n <br>\\n <details>\\n <summary>Change Details</summary>\\n <blockquote>\\n <!-- Non-breaking space to have content if body is empty -->\\n &nbsp; ## Description\\r\\n\\r\\nedk2-pytool-library from 0.21.8 to 0.21.10\\r\\nedk2-pytool-extensions from 0.27.10 to 0.27.11\\r\\nantlr4-python3-runtime from 4.13.1 to 4.13.2\\r\\nregex from 2024.5.15 to 2024.7.24\\r\\n\\r\\n- [ ] Impacts functionality?\\r\\n- [ ] Impacts security?\\r\\n- [ ] Breaking change?\\r\\n- [ ] Includes tests?\\r\\n- [ ] Includes documentation?\\r\\n\\r\\n## How This Was Tested\\r\\nCI.\\r\\n\\r\\n## Integration Instructions\\r\\nN/A\\n </blockquote>\\n <hr>\\n </details>\\n </li>\\n</ul>\\n<ul>\\n <li>\\n AdvLoggerPkg: Add Dxe AdvancedLoggerLib Unit Test @VivianNK (#537)\\n <br>\\n <details>\\n <summary>Change Details</summary>\\n <block
draft / Update Release Draft
HttpError: Validation Failed: {"resource":"Release","code":"custom","field":"body","message":"body is too long (maximum is 125000 characters)"} at /home/runner/work/_actions/release-drafter/release-drafter/v6.0.0/dist/index.js:8462:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6.0.0/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '10584918752', name: 'push', payload: { after: 'b5632fcaf9b9d61480d78bdbdd98c8c1d5801640', base_ref: null, before: 'e1b570c3325e719346ac146847fe9ea1737c6458', commits: [ { author: { email: '[email protected]', name: 'liqiqiii', username: 'liqiqiii' }, committer: { email: '[email protected]', name: 'Aaron', username: 'apop5' }, distinct: true, id: 'bbfc2a266e07c8c47de0a8cf638f3be7e1e7420b', message: '[Cherry-Pick]Add debug level prefix for advanced logger memory message entries - Driver implementation (#525)\n' + '\n' + 'Add debug level prefix for advanced logger memory message entries -\n' + 'Driver implementation\n' + 'This change added the existing metadata - debug level into the final\n' + 'advanced logger memory entries through AdvancedFileLogger. This is a\n' + 'followup PR for\n' + 'https://github.com/microsoft/mu_plus/commit/243bd187e4aa6ac68a3eb323d07554576d39ad47.\n' + 'After this PR checked in, we can easily track the DEBUG_ERRORs through\n' + 'advanced logger files on UEFI that included this driver.\n' + 'Added an extra space in the decodeuefilog.py to improve readability of\n' + 'the log.\n' + 'For the for loop in the code, ran with perf_trace enabled, and influence\n' + 'is very low and can be ignored.\n' + 'Updated the prefix of python script to match the design here.\n' + 'Use [ERROR] instead of [DEBUG_ERROR], which could save overall log file\n' + 'sizes and memory buffer usage.\n' + '\n' + '- [x] Impacts functionality?\n' + '- **Functionality** - Does the change ultimately impact how firmware\n' + 'functions?\n' + '- Examples: Add a new library, publish a new PPI, update an algorithm,\n' + '...\n' + '- [ ] Impacts security?\n' + '- **Security** - Does the change have a direct security impact on an\n' + 'application,\n' + ' flow, or firmware?\n' + ' - Examples: Crypto algorithm change, buffer overflow fix, parameter\n' + ' validation improvement, ...\n' + '- [ ] Breaking change?\n' + '- **Breaking change** - Will anyone consuming this change experience a\n' + 'break\n' + ' in build or boot behavior?\n' + '- Examples: Add a new library class, move a module to a different repo,\n' + 'call\n' + ' a function in a new library class in a pre-existing module, ...\n' + '- [ ] Includes tests?\n' + ' - **Tests** - Does the change include any explicit test code?\n' + ' - Examples: Unit tests, integration tests, robot tests, ...\n' + '- [ ] Includes documentation?\n' + '- **Documentation** - Does the change contain explicit documentation\n' + 'additions\n' + ' outside direct code modifications (and comments)?\n' + '- Examples: Update readme file, add feature readme file, link to\n' + 'documentation\n' + ' on an a separate Web page, ...\n' + '\n' + 'Tested with two platforms that uses AdvancedFileLogger and can see debug\n' +