fix(tracer): pass args of decorated method as they are (#4312) #1575
release-drafter.yml
on: push
update_release_draft
7s
Annotations
2 errors and 4 warnings
update_release_draft
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query on 2025-08-12T14:55:47Z. Please include `4411:506CB:9C6B89:1F142A4:689B55F2` when reporting this issue.
at /home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:9482:13
at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:194071:14)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:193868:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:193570:7)
at async Promise.all (index 0)
{
name: 'AggregateError',
event: {
id: '16912629271',
name: 'push',
payload: {
after: '7bd81aed4d259c909107a1d312bd722bc258f358',
base_ref: null,
before: 'cc23ae7bd0c5304b0a181cbdea3d83ddef78d1ec',
commits: [
{
author: {
email: '[email protected]',
name: 'Andrea Amorosi',
username: 'dreamorosi'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '7bd81aed4d259c909107a1d312bd722bc258f358',
message: 'fix(tracer): pass args of decorated method as they are (#4312)',
timestamp: '2025-08-12T16:55:35+02:00',
tree_id: '46b81908580a84ff9fdb700a60b800a8190a994f',
url: 'https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bd81aed4d259c909107a1d312bd722bc258f358'
}
],
compare: 'https://github.com/aws-powertools/powertools-lambda-typescript/compare/cc23ae7bd0c5...7bd81aed4d25',
created: false,
deleted: false,
enterprise: {
avatar_url: 'https://avatars.githubusercontent.com/b/1290?v=4',
created_at: '2019-11-13T18:05:41Z',
description: '',
html_url: 'https://github.com/enterprises/amazon',
id: 1290,
name: 'Amazon',
node_id: 'MDEwOkVudGVycHJpc2UxMjkw',
slug: 'amazon',
updated_at: '2025-07-18T23:50:27Z',
website_url: 'https://www.amazon.com/'
},
forced: false,
head_commit: {
author: {
email: '[email protected]',
name: 'Andrea Amorosi',
username: 'dreamorosi'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '7bd81aed4d259c909107a1d312bd722bc258f358',
message: 'fix(tracer): pass args of decorated method as they are (#4312)',
timestamp: '2025-08-12T16:55:35+02:00',
tree_id: '46b81908580a84ff9fdb700a60b800a8190a994f',
url: 'https://github.com/aws-powertools/powertools-lambda-typescript/commit/7bd81aed4d259c909107a1d312bd722bc258f358'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/129127638?v=4',
description: '',
events_url: 'https://api.github.com/orgs/aws-powertools/events',
hooks_url: 'https://api.github.com/orgs/aws-powertools/hooks',
id: 129127638,
issues_url: 'https://api.github.com/orgs/aws-powertools/issues',
login: 'aws-powertools',
members_url: 'https://api.github.com/orgs/aws-powertools/members{/member}',
node_id: 'O_kgDOB7JU1g',
public_members_url: 'https://api.github.com/orgs/aws-powertools/public_members{/member}',
repos_url: 'https://api.github.com/orgs/aws-powertools/repos',
url: 'https://api.github.com/orgs/aws-powertools'
},
pusher: { email: '[email protected]', name: 'dreamorosi' },
ref: 'refs/heads/main',
repository: {
allow_forking: true,
archive_url: 'https://api.
|
update_release_draft
Request failed due to following response errors:
- Something went wrong while executing your query on 2025-08-12T14:55:47Z. Please include `4411:506CB:9C6B89:1F142A4:689B55F2` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '16912629271',
request: {
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-typescript',
owner: 'aws-powertools',
targetCommitish: 'refs/heads/main',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
pullRequestLimit: 5,
since: '2025-08-12T12:15:17Z'
}
},
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',
'content-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Tue, 12 Aug 2025 14:55:47 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'github.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
'transfer-encoding': 'chunked',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-i
|
update_release_draft
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
update_release_draft
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
update_release_draft
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
update_release_draft
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|