feat(matrix): Introduce methods for swapping specified rows and columns #266
release-drafter.yml
on: pull_request
update_release_draft
7s
Annotations
2 errors and 1 warning
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '9302156759',
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': '195',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 30 May 2024 12:03:02 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': 'FCC7:2BCD6B:1C8C8BA:3354FEC:66586AF6',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4994',
'x-ratelimit-reset': '1717074177',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '6',
'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'
}
},
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/16.20.2 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"body":"## What\'s New 👀\\n\\n## 🚀 Features & Enhancements\\n\\n- feat(matrix): Enhance matrix manipulation with advanced helper methods (#107) - @mitsuki31\\n- Fix shallow copy in `getEntries` and introduce new method (#104) - @mitsuki31\\n- New matrix operations and helper APIs (#102) - @mitsuki31\\n- Refactoring and enhancements for codebase excellence (#97) - @mitsuki31\\n- Enhancing the project builder and build process 🍫 (#77) - @mitsuki31\\n\\n## 🐛 Bug Fixes\\n\\n- Fix shallow copy in `getEntries` and introduce new method (#104) - @mitsuki31\\n\\n## ⛔ Removed\\n\\n- feat(matrix): Enhance matrix manipulation with advanced helper methods (#107) - @mitsuki31\\n\\n## 🧩 Dependencies\\n\\n- Maven(deps): Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0 (#105) - @dependabot\\n- Maven(deps): Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.0.0 to 3.2.5 (#100) - @dependabot\\n- Maven(deps): Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.0.0 to 3.5.0 (#99) - @dependabot\\n- Maven(deps): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5 (#94) - @dependabot\\n\\nFor more details, see the [full changelogs][changelogs].\\n\\n## 🚧 Issues\\n\\nReport any issues or have any suggestions? [Create new issue][new-issue] and help us improve **JMatrix**.\\n\\n---\\n\\n🛡️ [VirusTotal][virustotal] Scan Detections:\\n\\n- jmatrix-1.4.0.jar\\n- jmatrix-1.4.0-sources.jar\\n\\n\\n<!-- LINKS -->\\n[changelogs]: https://github.com/mitsuki31/jmatrix/compare/v1.3.0...v1.4.0\\n[new-issue]: https://github.com/mitsuki31/jmatrix/issues/new\\n[virustotal]: https://www.virustotal.com\\n","draft":true,"prerelease":false,"make_latest":"true","name":"v1.4.0","tag_name":"v1.4.0","target_commitish":"refs/p
|
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 processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '9302156759',
name: 'pull_request',
payload: {
action: 'opened',
number: 108,
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/mitsuki31/jmatrix/issues/108/comments'
},
commits: {
href: 'https://api.github.com/repos/mitsuki31/jmatrix/pulls/108/commits'
},
html: { href: 'https://github.com/mitsuki31/jmatrix/pull/108' },
issue: {
href: 'https://api.github.com/repos/mitsuki31/jmatrix/issues/108'
},
review_comment: {
href: 'https://api.github.com/repos/mitsuki31/jmatrix/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/mitsuki31/jmatrix/pulls/108/comments'
},
self: {
href: 'https://api.github.com/repos/mitsuki31/jmatrix/pulls/108'
},
statuses: {
href: 'https://api.github.com/repos/mitsuki31/jmatrix/statuses/ebd80dd78cc2eec1a34b2591f46c5d9ce0d5fc11'
}
},
active_lock_reason: null,
additions: 257,
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/release-drafter@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|