Skip to content

Combined dependencies PR #11880

Combined dependencies PR

Combined dependencies PR #11880

Triggered via pull request August 12, 2025 16:58
Status Success
Total duration 7m 42s
Artifacts

release-drafter.yml

on: pull_request
update_release_draft
7m 38s
update_release_draft
Fit to window
Zoom out
Zoom in

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-12T17:05:52Z. Please include `9001:19EE3A:D34E63:29E04A9:689B746D` 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:194090:21) at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:193882:12) at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/b1476f6e6eb133afa41ed8589daba6dc69b4d3f5/dist/index.js:193570:7) at async Promise.all (index 1) { name: 'AggregateError', event: { id: '16915505440', name: 'pull_request', payload: { action: 'opened', number: 10602, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/13393021?v=4', description: '', events_url: 'https://api.github.com/orgs/testcontainers/events', hooks_url: 'https://api.github.com/orgs/testcontainers/hooks', id: 13393021, issues_url: 'https://api.github.com/orgs/testcontainers/issues', login: 'testcontainers', members_url: 'https://api.github.com/orgs/testcontainers/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjEzMzkzMDIx', public_members_url: 'https://api.github.com/orgs/testcontainers/public_members{/member}', repos_url: 'https://api.github.com/orgs/testcontainers/repos', url: 'https://api.github.com/orgs/testcontainers' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/testcontainers/testcontainers-java/issues/10602/comments' }, commits: { href: 'https://api.github.com/repos/testcontainers/testcontainers-java/pulls/10602/commits' }, html: { href: 'https://github.com/testcontainers/testcontainers-java/pull/10602' }, issue: { href: 'https://api.github.com/repos/testcontainers/testcontainers-java/issues/10602' }, review_comment: { href: 'https://api.github.com/repos/testcontainers/testcontainers-java/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/testcontainers/testcontainers-java/pulls/10602/comments' }, self: { href: 'https://api.github.com/repos/testcontainers/testcontainers-java/pulls/10602' }, statuses: { href: 'https://api.github.com/repos/testcontainers/testcontainers-java/statuses/2416af83f8c5c2664dd135506b8868617f058750' } }, active_lock_reason: null, additions: 20, assignee: null, assignees: [], author_association: 'MEMBER', auto_merge: null, base: { label: 'testcontainers:main', ref: 'main', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: true, allow_rebase_merge: false, allow_squash_merge: true, allow_update_branch: false, archive_url: 'https://api.github.com/repos/testcontainers/testcontainers-java/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/testcontainers/testcontainers-java/assignees{/user}', blobs_url: 'https://api.github.com/repos/testcontainers/testcontainers-java/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/testcontainers/testcontainers-java/branches{/branch}', clone_url: 'https://github.com/testcontainers/testcontainers-java.git', collaborators_url: 'https://api.github.com/repos/testcontainers/testco
update_release_draft
Request failed due to following response errors: - Something went wrong while executing your query on 2025-08-12T17:05:52Z. Please include `9001:19EE3A:D34E63:29E04A9:689B746D` when reporting this issue. { name: 'GraphqlResponseError', id: '16915505440', 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: 'testcontainers-java', owner: 'testcontainers', targetCommitish: 'refs/pull/10602/merge', withPullRequestBody: false, withPullRequestURL: false, withBaseRefName: false, withHeadRefName: false, pullRequestLimit: 5, after: '456f8340c197056570bcd9acd4cbefae9da3afd7 5999' } }, 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 17:05:52 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',
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/)