Skip to content

fix: Fix matrix row and column insertion boundaries #299

fix: Fix matrix row and column insertion boundaries

fix: Fix matrix row and column insertion boundaries #299

Triggered via pull request September 13, 2024 08:15
Status Success
Total duration 21s
Artifacts

release-drafter.yml

on: pull_request
update_release_draft
11s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"} { name: 'HttpError', id: '10845565521', status: 422, response: { url: 'https://api.github.com/repos/mitsuki31/jmatrix/releases/139517857', 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': '210', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Fri, 13 Sep 2024 08:15:42 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': '80C9:265AD8:6105CFB:BA09C21:66E3F4AE', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4990', 'x-ratelimit-reset': '1726218936', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '10', 'x-xss-protection': '0' }, data: { message: 'Validation Failed', errors: [ { resource: 'Release', code: 'invalid', field: 'target_commitish' } ], documentation_url: 'https://docs.github.com/rest/releases/releases#update-a-release', status: '422' } }, request: { method: 'PATCH', url: 'https://api.github.com/repos/mitsuki31/jmatrix/releases/139517857', 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 New 👀\\n\\n## 🚀 Features & Enhancements\\n\\n- feat: Add support for determinant calculation (JM#131) - @mitsuki31\\n- feat: Enhance matrix validation and exception handling (JM#129) - @mitsuki31\\n- Refactor and Improve Exception Handling (JM#115) - @mitsuki31\\n- feat(matrix): Introduce `isIdentity` method along with static counterparts to `Matrix` class (JM#112) - @mitsuki31\\n- fix(matrix): Resolve flawed logic in `insertRow` method (JM#111) - @mitsuki31\\n- feat(matrix): Introduce methods for swapping specified rows and columns (JM#108) - @mitsuki31\\n- feat(matrix): Enhance matrix manipulation with advanced helper methods (JM#107) - @mitsuki31\\n- Fix shallow copy in `getEntries` and introduce new method (JM#104) - @mitsuki31\\n- New matrix operations and helper APIs (JM#102) - @mitsuki31\\n- Refactoring and enhancements for codebase excellence (JM#97) - @mitsuki31\\n- Enhancing the project builder and build process 🍫 (JM#77) - @mitsuki31\\n\\n## 🐛 Bug Fixes\\n\\n- fix: Correct `arraycopy` source and destination in `dropRow` method (JM#130) - @mitsuki31\\n- fix(matrix): Resolve flawed logic in `insertRow` method (JM#111) - @mitsuki31\\n- Fix shallow copy in `getEntries` and introduce new method (JM#104) - @mitsuki31\\n\\n## ⛔ Removed\\n\\n- feat(matrix): Enhance matrix manipulation with advanced helper methods (JM#107) - @mitsuki31\\n\\n## 🧩 Dependencies\\n\\n- Maven(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 (JM#113) - @dependabot\\n- Maven(deps): Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 (JM#114) - @dependabot\\n- Maven(deps): Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0 (JM#105) - @dependabot\\n- Maven(deps): Bump org.a
update_release_draft
HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"} at /home/runner/work/_actions/release-drafter/release-drafter/v5/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/v5/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '10845565521', name: 'pull_request', payload: { action: 'opened', number: 132, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/mitsuki31/jmatrix/issues/132/comments' }, commits: { href: 'https://api.github.com/repos/mitsuki31/jmatrix/pulls/132/commits' }, html: { href: 'https://github.com/mitsuki31/jmatrix/pull/132' }, issue: { href: 'https://api.github.com/repos/mitsuki31/jmatrix/issues/132' }, review_comment: { href: 'https://api.github.com/repos/mitsuki31/jmatrix/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/mitsuki31/jmatrix/pulls/132/comments' }, self: { href: 'https://api.github.com/repos/mitsuki31/jmatrix/pulls/132' }, statuses: { href: 'https://api.github.com/repos/mitsuki31/jmatrix/statuses/ee530b2ffa811e5fb5322577dd17ffae40066b34' } }, active_lock_reason: null, additions: 3, assignee: { avatar_url: 'https://avatars.githubusercontent.com/u/117973493?v=4', events_url: 'https://api.github.com/users/mitsuki31/events{/privacy}', followers_url: 'https://api.github.com/users/mitsuki31/followers', following_url: 'https://api.github.com/users/mitsuki31/following{/other_user}', gists_url: 'https://api.github.com/users/mitsuki31/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/mitsuki31', id: 117973493, login: 'mitsuki31', node_id: 'U_kgDOBwgh9Q', organizations_url: 'https://api.github.com/users/mitsuki31/orgs', received_events_url: 'https://api.github.com/users/mitsuki31/received_events', repos_url: 'https://api.github.com/users/mitsuki31/repos', site_admin: false, starred_url: 'https://api.github.com/users/mitsuki31/starred{/owner}{/repo}', subscriptions_url: 'https://api.github.com/users/mitsuki31/subscriptions', type: 'User', url: 'https://api.github.com/users/mitsuki31' }, assignees: [ { avatar_url: 'https://avatars.githubusercontent.com/u/117973493?v=4', events_url: 'https://api.github.com/users/mitsuki31/events{/privacy}', followers_url: 'https://api.github.com/users/mitsuki31/followers', following_url: 'https://api.github.com/users/mitsuki31/following{/other_user}', gists_url: 'https://api.github.com/users/mitsuki31/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/mitsuki31', id: 117973493, login: 'mitsuki31', node_id: 'U_kgDOBwgh9Q', organizations_url: 'https://api.github.com/users/mitsuki31/orgs', received_events_url: 'https://api.github.com/users/mitsuki31/received_events', repos_url: 'https://api.github.com/users/mitsuki31/repos', site_admin: false, starred_url: 'https://api.github.com/users/mitsuki31/starred{/owner}{/repo}', subscriptions_url: 'https://api.github.com/users/mitsuki31/subscriptions', type: 'User', url: 'https://api.github.com/users/mitsuki31' } ], author_association: 'OWNER', auto_merge: null, base: { label: 'mitsuki31:master', ref: 'master', repo: { allow_auto_merge: false,
update_release_draft
The following actions use a deprecated Node.js version and will be forced to run on node20: release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/