Skip to content

Merge pull request #153 from layer5io/leecalcote-patch-4 #8

Merge pull request #153 from layer5io/leecalcote-patch-4

Merge pull request #153 from layer5io/leecalcote-patch-4 #8

Triggered via push September 15, 2025 13:14
Status Success
Total duration 1m 2s
Artifacts
update_release_draft
59s
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: '17734305695', name: 'push', payload: { after: '8b5e967b25f8bc2d83836e4ee032231f68292f2a', base_ref: null, before: '013bec672fb758f5bf21c9588ab2508000d68839', commits: [ { author: { email: '49058364+RanitMukherjee@users.noreply.github.com', name: 'Ranit Mukherjee', username: 'RanitMukherjee' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '9ba75d416a4bf5c38f1c165e093946153e51dfc9', message: 'Update slack.yml\n' + '\n' + 'Signed-off-by: Ranit Mukherjee <49058364+RanitMukherjee@users.noreply.github.com>', timestamp: '2025-09-10T20:21:59+05:30', tree_id: 'bc9537ab5e7ee066fa1c90dcd3dba9870ff22fb2', url: 'https://github.com/Namanv0509/layer5-academy/commit/9ba75d416a4bf5c38f1c165e093946153e51dfc9' }, { author: { email: '135669921+hamza-mohd@users.noreply.github.com', name: 'Mohd Hamza', username: 'hamza-mohd' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '93cbf59894451469153cb216b508de0cdf680d04', message: 'Merge pull request #151 from RanitMukherjee/patch-2\n' + '\n' + 'Update slack.yml', timestamp: '2025-09-10T10:37:23-05:00', tree_id: 'bc9537ab5e7ee066fa1c90dcd3dba9870ff22fb2', url: 'https://github.com/Namanv0509/layer5-academy/commit/93cbf59894451469153cb216b508de0cdf680d04' }, { author: { email: 'leecalcote@gmail.com', name: 'Lee Calcote', username: 'leecalcote' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'a142ed393d6ef778a1b7ab553afec080fb065b01', message: 'Update academy-build action version and add academy-name\n' + '\n' + 'Signed-off-by: Lee Calcote <leecalcote@gmail.com>', timestamp: '2025-09-10T18:01:35-05:00', tree_id: '29b01ea6a21bd4e636e26c42dc50f756fabf8c2b', url: 'https://github.com/Namanv0509/layer5-academy/commit/a142ed393d6ef778a1b7ab553afec080fb065b01' }, { author: { email: 'leecalcote@gmail.com', name: 'Lee Calcote', username: 'leecalcote' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '2e432036a39fcc5d11abdf0da57dceee77f66cae', message: 'Merge pull request #152 from layer5io/leecalcote-patch-4\n' + '\n' + 'Update academy-build action version and add academy-name', timestamp: '2025-09-10T18:01:50-05:00', tree_id: '29b01ea6a21bd4e636e26c42dc50f756fabf8c2b', url: 'https://github.com/Namanv0509/layer5-academy/commit/2e432036a39fcc5d11abdf0da57dceee77f66cae' }, { author: { email: 'leecalcote@gmail.com', name: 'Lee Calcote', username: 'leecalcote' }, committer: { email: 'noreply@github.com', name: 'G
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: '17734305695', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { connection: 'close', 'content-length': '150', 'content-type': 'text/html', date: 'Mon, 15 Sep 2025 13:15:02 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': '1400:12E208:1EA380:6D5466:68C8114C' }, 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":"layer5-academy","owner":"Namanv0509","targetCommitish":"refs/heads/master","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '17734305695', name: 'push', payload: { after: '8b5e967b25f8bc2d83836e4ee032231f68292f2a', base_ref: null, before: '013bec672fb758f5bf21c9588ab2508000d68839', commits: [ { author: { email: '49058364+RanitMukherjee@users.noreply.github.com', name: 'Ranit Mukherjee', username: 'RanitMukherjee' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '9ba75d416a4bf5c38f1c165e093946153e51dfc9', message: 'Update slack.yml\n' + '\n' + 'Signed-off-by: Ranit Mukherjee <49058364+RanitMukherjee@users.noreply.github.com>', timestamp: '2025-09-10T20:21:59+05:30', tree_id: 'bc9537ab5e7ee066fa1c9