Skip to content

docs: update RedisJSON documentation link (#3079) #226

docs: update RedisJSON documentation link (#3079)

docs: update RedisJSON documentation link (#3079) #226

Triggered via push September 16, 2025 13:41
Status Success
Total duration 1m 6s
Artifacts
update_release_draft
1m 1s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors
update_release_draft
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: '17767793117', name: 'push', payload: { after: '073db12dbbccc6e9dd2c574623413616e6d93ea0', base_ref: null, before: '6eed1ee7adbaed0ba6a2781699a77283c6f6f6c4', commits: [ { author: { email: '[email protected]', name: 'Caiuri Uller', username: 'Caiuriuller' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '073db12dbbccc6e9dd2c574623413616e6d93ea0', message: 'docs: update RedisJSON documentation link (#3079)\n' + '\n' + '* docs: update RedisJSON documentation link\n' + '\n' + '* docs: update RedisJSON path syntax documentation link', timestamp: '2025-09-16T16:41:40+03:00', tree_id: '0ccf43951f8bb390f5c481fb481a6f56c708c3a1', url: 'https://github.com/redis/node-redis/commit/073db12dbbccc6e9dd2c574623413616e6d93ea0' } ], compare: 'https://github.com/redis/node-redis/compare/6eed1ee7adba...073db12dbbcc', created: false, deleted: false, enterprise: { avatar_url: 'https://avatars.githubusercontent.com/b/1602?v=4', created_at: '2019-12-10T10:23:58Z', description: 'Home of Redis', html_url: 'https://github.com/enterprises/redislabs', id: 1602, name: 'Redis, Inc.', node_id: 'MDEwOkVudGVycHJpc2UxNjAy', slug: 'redislabs', updated_at: '2025-09-02T22:51:01Z', website_url: 'https://redis.com/' }, forced: false, head_commit: { author: { email: '[email protected]', name: 'Caiuri Uller', username: 'Caiuriuller' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '073db12dbbccc6e9dd2c574623413616e6d93ea0', message: 'docs: update RedisJSON documentation link (#3079)\n' + '\n' + '* docs: update RedisJSON documentation link\n' + '\n' + '* docs: update RedisJSON path syntax documentation link', timestamp: '2025-09-16T16:41:40+03:00', tree_id: '0ccf43951f8bb390f5c481fb481a6f56c708c3a1', url: 'https://github.com/redis/node-redis/commit/073db12dbbccc6e9dd2c574623413616e6d93ea0' }, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/1529926?v=4', description: '', events_url: 'https://api.github.com/orgs/redis/events', hooks_url: 'https://api.github.com/orgs/redis/hooks', id: 1529926, issues_url: 'https://api.github.com/orgs/redis/issues', login: 'redis', members_url: 'https://api.github.com/orgs/redis/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjE1Mjk5MjY=', public_members_url: 'https://api.github.com/orgs/redis/public_members{/member}', repos_url: 'https://api.github.com/orgs/redis/repos', url: 'https://api.github.com/orgs/redis' }, pusher: { email: '[email protected]', name: 'nkaradzhov' }, ref: 'refs/heads/master', repository: { allow_forking: true, archive_url: 'https://api.github.com/repos/redis/node-redis/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/redis/node-
update_release_draft
<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: '17767793117', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { connection: 'close', 'content-length': '150', 'content-type': 'text/html', date: 'Tue, 16 Sep 2025 13:42:47 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '7C00:2C986A:393230A:CB48C71:68C9694D' }, 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.19.4 (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":"node-redis","owner":"redis","targetCommitish":"refs/heads/master","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"since":"2025-08-20T08:33:41Z"}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '17767793117', name: 'push', payload: { after: '073db12dbbccc6e9dd2c574623413616e6d93ea0', base_ref: null, before: '6eed1ee7adbaed0ba6a2781699a77283c6f6f6c4', commits: [ { author: { email: '[email protected]', name: 'Caiuri Uller', username: 'Caiuriuller' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '073db12dbbccc6e9dd2c574623413616e6d93ea0', message: 'docs: update RedisJSON documentation link (#3079)\n' + '\n' + '* docs: update RedisJSON documentation link\n' + '\n' + '* docs: update RedisJSON path syntax documenta