perf: Optimize only a single cache input (#21644) #7659
Annotations
2 errors and 8 warnings
main
Request failed due to following response errors:
- Something went wrong while executing your query. Please include `3380:D64D5:395DD5B:73246A3:67CAD202` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '13719189759',
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: 'polars',
owner: 'pola-rs',
targetCommitish: '36c49ed3c57ebc20e9e614c4f548909db3c47764',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
pullRequestLimit: 5,
after: '36c49ed3c57ebc20e9e614c4f548909db3c47764 6499'
}
},
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: 'Fri, 07 Mar 2025 11:01:24 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'
|
main
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query. Please include `3380:D64D5:395DD5B:73246A3:67CAD202` 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:194090:21)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:193882:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:193570:7)
at async Promise.all (index 0)
{
name: 'AggregateError',
event: {
id: '13719189759',
name: 'push',
payload: {
after: '36c49ed3c57ebc20e9e614c4f548909db3c47764',
base_ref: null,
before: 'ae519ea92d1e2bd9fe5ef448cb3b6f0b8109b804',
commits: [
{
author: {
email: 'ritchie46@gmail.com',
name: 'Ritchie Vink',
username: 'ritchie46'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '36c49ed3c57ebc20e9e614c4f548909db3c47764',
message: 'perf: Optimize only a single cache input (#21644)',
timestamp: '2025-03-07T11:55:12+01:00',
tree_id: '2930dd30a6b9b36473af76b64e7a70bd6d315183',
url: 'https://github.com/pola-rs/polars/commit/36c49ed3c57ebc20e9e614c4f548909db3c47764'
}
],
compare: 'https://github.com/pola-rs/polars/compare/ae519ea92d1e...36c49ed3c57e',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: 'ritchie46@gmail.com',
name: 'Ritchie Vink',
username: 'ritchie46'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '36c49ed3c57ebc20e9e614c4f548909db3c47764',
message: 'perf: Optimize only a single cache input (#21644)',
timestamp: '2025-03-07T11:55:12+01:00',
tree_id: '2930dd30a6b9b36473af76b64e7a70bd6d315183',
url: 'https://github.com/pola-rs/polars/commit/36c49ed3c57ebc20e9e614c4f548909db3c47764'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/83768144?v=4',
description: 'Dataframes powered by a multithreaded, vectorized query engine, written in Rust',
events_url: 'https://api.github.com/orgs/pola-rs/events',
hooks_url: 'https://api.github.com/orgs/pola-rs/hooks',
id: 83768144,
issues_url: 'https://api.github.com/orgs/pola-rs/issues',
login: 'pola-rs',
members_url: 'https://api.github.com/orgs/pola-rs/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjgzNzY4MTQ0',
public_members_url: 'https://api.github.com/orgs/pola-rs/public_members{/member}',
repos_url: 'https://api.github.com/orgs/pola-rs/repos',
url: 'https://api.github.com/orgs/pola-rs'
},
pusher: { email: 'ritchie46@gmail.com', name: 'ritchie46' },
ref: 'refs/heads/main',
repository: {
allow_forking: true,
archive_url: 'https://api.github.com/repos/pola-rs/polars/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/pola-rs/polars/assignees{/user}',
blobs_url: 'https://api.github.com/repos/pola-rs/polars/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/pola-rs/polars/branches{/branch}',
clone_url: 'https://github.com/pola-rs/polars.git',
collaborators_url: 'https://api.github.com/repos/pola-rs/polars/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/pola-rs/polars/comments{/number}',
commits_url: 'https://api.github.com/repos/pola-rs/polars/commits{/sha}',
compare_ur
|
main
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
main
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
main
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
main
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
main
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
main
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
main
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
main
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|