feat(dynamic-streams): Avoid parsing strings in ConfigComponentResolver #4310
Annotations
2 errors and 4 warnings
Run release-drafter/release-drafter@v6
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query on 2025-09-23T14:33:22Z. Please include `A00A:206580:808FBC:1C9CE9F:68D2AFA8` when reporting this issue.
at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:9482:13
at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:194071:14)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:193868:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:193570:7)
at async Promise.all (index 1)
{
name: 'AggregateError',
event: {
id: '17949579166',
name: 'pull_request',
payload: {
action: 'synchronize',
after: '11d4931265dff081d0f471348541abd73bf9fc10',
before: '96d55c584598c7126b774de635044b1287cb1181',
enterprise: {
avatar_url: 'https://avatars.githubusercontent.com/b/80126?v=4',
created_at: '2023-09-29T16:57:11Z',
description: null,
html_url: 'https://github.com/enterprises/airbyte',
id: 80126,
name: 'Airbyte, Inc.',
node_id: 'E_kgDOAAE4_g',
slug: 'airbyte',
updated_at: '2025-09-21T07:03:24Z',
website_url: null
},
number: 769,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/59758427?v=4',
description: 'Simple & extensible open-source data integration',
events_url: 'https://api.github.com/orgs/airbytehq/events',
hooks_url: 'https://api.github.com/orgs/airbytehq/hooks',
id: 59758427,
issues_url: 'https://api.github.com/orgs/airbytehq/issues',
login: 'airbytehq',
members_url: 'https://api.github.com/orgs/airbytehq/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjU5NzU4NDI3',
public_members_url: 'https://api.github.com/orgs/airbytehq/public_members{/member}',
repos_url: 'https://api.github.com/orgs/airbytehq/repos',
url: 'https://api.github.com/orgs/airbytehq'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/airbytehq/airbyte-python-cdk/issues/769/comments'
},
commits: {
href: 'https://api.github.com/repos/airbytehq/airbyte-python-cdk/pulls/769/commits'
},
html: {
href: 'https://github.com/airbytehq/airbyte-python-cdk/pull/769'
},
issue: {
href: 'https://api.github.com/repos/airbytehq/airbyte-python-cdk/issues/769'
},
review_comment: {
href: 'https://api.github.com/repos/airbytehq/airbyte-python-cdk/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/airbytehq/airbyte-python-cdk/pulls/769/comments'
},
self: {
href: 'https://api.github.com/repos/airbytehq/airbyte-python-cdk/pulls/769'
},
statuses: {
href: 'https://api.github.com/repos/airbytehq/airbyte-python-cdk/statuses/11d4931265dff081d0f471348541abd73bf9fc10'
}
},
active_lock_reason: null,
additions: 96,
assignee: {
avatar_url: 'https://avatars.githubusercontent.com/u/35109939?v=4',
events_url: 'https://api.github.com/users/tolik0/events{/privacy}',
followers_url: 'https://api.github.com/users/tolik0/followers',
following_url: 'https://api.github.com/users/tolik0/following{/other_user}',
gists_url: 'https://api.github.com/users/tolik0/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/tolik0',
id: 35109939,
login: 'tolik0',
node_id: 'MDQ6VXNlcjM1MTA5OTM5',
organizations_url: 'https://api.github.com/users/tolik0/orgs',
received_events_url: 'https://api.github.com/users/tolik0/received_events',
|
Run release-drafter/release-drafter@v6
Request failed due to following response errors:
- Something went wrong while executing your query on 2025-09-23T14:33:22Z. Please include `A00A:206580:808FBC:1C9CE9F:68D2AFA8` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '17949579166',
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: 'airbyte-python-cdk',
owner: 'airbytehq',
targetCommitish: 'refs/pull/769/merge',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
pullRequestLimit: 5,
since: '2025-09-22T19:09:14Z'
}
},
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, 23 Sep 2025 14:33:22 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-id': 'A00A:
|
Run release-drafter/release-drafter@v6
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Run release-drafter/release-drafter@v6
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Run release-drafter/release-drafter@v6
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Run release-drafter/release-drafter@v6
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
Loading