Release Drafter #1620
Annotations
2 errors and 4 warnings
|
update_release
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/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:7146:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:61885:18)
{
name: 'AggregateError',
event: {
id: '19072172326',
name: 'push',
payload: {
after: '578cb8616a3a76c921ef01a319bcb601e153fb31',
base_ref: null,
before: 'd1c5b46ea263ebafabecf64a0b72a2652806be35',
commits: [
{
author: {
email: '49699333+dependabot[bot]@users.noreply.github.com',
name: 'dependabot[bot]',
username: 'dependabot[bot]'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '578cb8616a3a76c921ef01a319bcb601e153fb31',
message: 'chore: bump aws.sdk.version from 2.37.3 to 2.37.4 (#2264)\n' +
'\n' +
'Bumps `aws.sdk.version` from 2.37.3 to 2.37.4.\n' +
'\n' +
'Updates `software.amazon.awssdk:bom` from 2.37.3 to 2.37.4\n' +
'\n' +
'Updates `software.amazon.awssdk:http-client-spi` from 2.37.3 to 2.37.4\n' +
'\n' +
'Updates `software.amazon.awssdk:url-connection-client` from 2.37.2 to 2.37.4\n' +
'\n' +
'Updates `software.amazon.awssdk:s3` from 2.37.2 to 2.37.4\n' +
'\n' +
'Updates `software.amazon.awssdk:dynamodb` from 2.37.3 to 2.37.4\n' +
'\n' +
'Updates `software.amazon.awssdk:lambda` from 2.37.3 to 2.37.4\n' +
'\n' +
'Updates `software.amazon.awssdk:kinesis` from 2.37.2 to 2.37.4\n' +
'\n' +
'Updates `software.amazon.awssdk:cloudwatch` from 2.37.3 to 2.37.4\n' +
'\n' +
'Updates `software.amazon.awssdk:xray` from 2.37.3 to 2.37.4\n' +
'\n' +
'Updates `software.amazon.awssdk:sqs` from 2.37.2 to 2.37.4\n' +
'\n' +
'Updates `software.amazon.awssdk:cloudformation` from 2.37.3 to 2.37.4\n' +
'\n' +
'Updates `software.amazon.awssdk:sts` from 2.37.3 to 2.37.4\n' +
'\n' +
'---\n' +
'updated-dependencies:\n' +
'- dependency-name: software.amazon.awssdk:bom\n' +
' dependency-version: 2.37.4\n' +
' dependency-type: direct:production\n' +
' update-type: version-update:semver-patch\n' +
'- dependency-name: software.amazon.awssdk:http-client-spi\n' +
' dependency-version: 2.37.4\n' +
' dependency-type: direct:production\n' +
' update-type: version-update:semver-patch\n' +
'- dependency-name: software.amazon.awssdk:url-connection-client\n' +
' dependency-version: 2.37.4\n' +
' dependency-type: direct:development\n' +
' update-type: version-update:semver-patch\n' +
'- dependency-name: software.amazon.awssdk:s3\n' +
' dependency-version: 2.37.4\n' +
' dependency-type: direct:production\n' +
' update-type: version-update:semver-patch\n' +
'- dependency-name: software.amazon.awssdk:dynamodb\n' +
' dependency-version: 2.37.4\n' +
' dependency-type: direct:development\n' +
' update-type: version-update:semver-patch\n' +
'- dependency-name: software.amazon.awssdk:lambda\n' +
' dependency-version: 2.37.4\n' +
' dependency-type: direct:development\n' +
' update-type: version-update:semver-patch\n' +
|
|
update_release
<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: '19072172326',
status: 502,
response: {
url: 'https://api.github.com/graphql',
status: 502,
headers: {
'content-length': '150',
'content-type': 'text/html',
date: 'Tue, 04 Nov 2025 14:35:14 GMT',
server: 'github.com',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-github-request-id': '2800:153F57:223E41:94E759:690A0F18'
},
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.4.0 octokit-core.js/3.6.0 Node.js/20.19.5 (linux; x64)',
'x-github-delivery': '19072172326',
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 $pullRequestLimit: Int!\\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: $pullRequestLimit) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n __typename\\n url\\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":"powertools-lambda-java","owner":"aws-powertools","targetCommitish":"refs/heads/main","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"pullRequestLimit":5,"since":"2025-10-21T12:43:48Z"}}',
request: { retryCount: 3, retries: 3, retryAfter: 16 }
},
event: {
id: '19072172326',
name: 'push',
payload: {
after: '578cb8616a3a76c921ef01a319bcb601e153fb31',
base_ref: null,
before: 'd1c5b46ea263ebafabecf64a0b72a2652806be35',
commits: [
{
author: {
email: '49699333+dependabot[bot]@users.noreply.github.com',
name: 'dependabot[bot]',
username: 'dependabot[bot]'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '578cb8616a3a76c921ef01a319bcb601e153fb31',
message: 'chore: bump aws.sdk.version from 2.37.3 to 2.
|
|
update_release
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|