fix: wrong error code when deleting memory container (#4723) #1110
draft-release-notes-workflow.yml
on: push
Update draft release notes
1m 4s
Annotations
2 errors and 1 warning
|
Update draft release notes
HttpError: <html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
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: '23812393280',
name: 'push',
payload: {
after: '958518098138be71f92ce60fa6129c92e0d2907e',
base_ref: null,
before: '6c235e7dc9518954e58a133eb44e6ebbf95f06ed',
commits: [
{
author: {
email: 'sicheng.song@outlook.com',
name: 'Sicheng Song',
username: 'b4sjoo'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '958518098138be71f92ce60fa6129c92e0d2907e',
message: 'fix: wrong error code when deleting memory container (#4723)\n' +
'\n' +
'* fix: wrong error code when deleting memory container\n' +
'\n' +
'Signed-off-by: Sicheng Song <sicheng.song@outlook.com>\n' +
'\n' +
'* Adress comments\n' +
'\n' +
'Signed-off-by: Sicheng Song <sicheng.song@outlook.com>\n' +
'\n' +
'---------\n' +
'\n' +
'Signed-off-by: Sicheng Song <sicheng.song@outlook.com>',
timestamp: '2026-03-31T11:08:18-07:00',
tree_id: 'fa593bc03c2cef5292a7b5bdd516790d9bb003e7',
url: 'https://github.com/opensearch-project/ml-commons/commit/958518098138be71f92ce60fa6129c92e0d2907e'
}
],
compare: 'https://github.com/opensearch-project/ml-commons/compare/6c235e7dc951...958518098138',
created: false,
deleted: false,
enterprise: {
avatar_url: 'https://avatars.githubusercontent.com/b/255628?v=4',
created_at: '2024-11-12T02:58:32Z',
description: null,
html_url: 'https://github.com/enterprises/opensearch-project',
id: 255628,
name: 'opensearch-project',
node_id: 'E_kgDOAAPmjA',
slug: 'opensearch-project',
updated_at: '2026-03-20T11:21:24Z',
website_url: null
},
forced: false,
head_commit: {
author: {
email: 'sicheng.song@outlook.com',
name: 'Sicheng Song',
username: 'b4sjoo'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '958518098138be71f92ce60fa6129c92e0d2907e',
message: 'fix: wrong error code when deleting memory container (#4723)\n' +
'\n' +
'* fix: wrong error code when deleting memory container\n' +
'\n' +
'Signed-off-by: Sicheng Song <sicheng.song@outlook.com>\n' +
'\n' +
'* Adress comments\n' +
'\n' +
'Signed-off-by: Sicheng Song <sicheng.song@outlook.com>\n' +
'\n' +
'---------\n' +
'\n' +
'Signed-off-by: Sicheng Song <sicheng.song@outlook.com>',
timestamp: '2026-03-31T11:08:18-07:00',
tree_id: 'fa593bc03c2cef5292a7b5bdd516790d9bb003e7',
url: 'https://github.com/opensearch-project/ml-commons/commit/958518098138be71f92ce60fa6129c92e0d2907e'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/80134844?v=4',
description: 'OpenSearch is a community-driven, Apache 2.0-licensed open source search and analytics suite that makes it easy to ingest, search, visualize, and analyze data.',
events_url: 'https://api.github.com/orgs/opensearch-project/events',
hooks_url: 'https://api.github.com/orgs/opensearch-project/hooks',
id: 80134844,
|
|
Update draft release notes
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
{
name: 'HttpError',
id: '23812393280',
status: 502,
response: {
url: 'https://api.github.com/graphql',
status: 502,
headers: {
connection: 'close',
'content-length': '150',
'content-type': 'text/html',
date: 'Tue, 31 Mar 2026 18:09:31 GMT',
server: 'github.com',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-github-request-id': '6440:5187C:18A108F:65E9524:69CC0DD1'
},
data: '<html>\r\n' +
'<head><title>502 Bad Gateway</title></head>\r\n' +
'<body>\r\n' +
'<center><h1>502 Bad Gateway</h1></center>\r\n' +
'<hr><center>nginx</center>\r\n' +
'</body>\r\n' +
'</html>\r\n'
},
request: {
method: 'POST',
url: 'https://api.github.com/graphql',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.20.1 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $targetCommitish: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n $withBaseRefName: Boolean!\\n $withHeadRefName: Boolean!\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $targetCommitish) {\\n ... on Commit {\\n history(first: 100, since: $since, after: $after) {\\n totalCount\\n pageInfo {\\n hasNextPage\\n endCursor\\n }\\n nodes {\\n id\\n committedDate\\n message\\n author {\\n name\\n user {\\n login\\n }\\n }\\n associatedPullRequests(first: 5) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n }\\n baseRepository {\\n nameWithOwner\\n }\\n mergedAt\\n isCrossRepository\\n labels(first: 100) {\\n nodes {\\n name\\n }\\n }\\n merged\\n baseRefName @include(if: $withBaseRefName)\\n headRefName @include(if: $withHeadRefName)\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"ml-commons","owner":"opensearch-project","targetCommitish":"refs/heads/main","withPullRequestBody":false,"withPullRequestURL":true,"withBaseRefName":false,"withHeadRefName":false,"since":"2025-10-11T03:31:27Z"}}',
request: { retryCount: 3, retries: 3, retryAfter: 16 }
},
event: {
id: '23812393280',
name: 'push',
payload: {
after: '958518098138be71f92ce60fa6129c92e0d2907e',
base_ref: null,
before: '6c235e7dc9518954e58a133eb44e6ebbf95f06ed',
commits: [
{
author: {
email: 'sicheng.song@outlook.com',
name: 'Sicheng Song',
username: 'b4sjoo'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '958518098138be71f92ce60fa6129c92e0d2907e',
message: 'fix: wrong error code when deleting memory container (#4723)\n' +
'\n' +
'* fix: wrong error code when deleting memory container\n' +
'\n' +
'Signed-off-by: Sicheng Song <sicheng.song
|
|
Update draft release notes
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: release-drafter/release-drafter@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|