chore(deps): bump polars from 0.20.16 to 0.20.24 #64
Annotations
2 errors and 1 warning
Run release-drafter/release-drafter@v5
Request failed due to following response errors:
- Something went wrong while executing your query. Please include `A007:2B0725:D617A0:D75E9F:663A4357` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '8987759492',
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' +
' ) {\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: 5) {\n' +
' nodes {\n' +
' title\n' +
' number\n' +
' url @include(if: $withPullRequestURL)\n' +
' body @include(if: $withPullRequestBody)\n' +
' author {\n' +
' login\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: 'chemotools',
owner: 'paucablop',
targetCommitish: 'refs/pull/112/merge',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
since: '2024-02-12T07:37:52Z'
}
},
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',
connection: 'close',
'content-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Tue, 07 May 2024 15:05:59 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': 'A007:2B0725:D617A0:D75E9F:663A4357',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4994',
'x-ratelimit-reset': '1715097959',
'x-ratelimit-resource': 'g
|
Run release-drafter/release-drafter@v5
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query. Please include `A007:2B0725:D617A0:D75E9F:663A4357` when reporting this issue.
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:6088:13
at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142876:14)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142674:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142380:7)
at async Promise.all (index 1)
{
name: 'AggregateError',
event: {
id: '8987759492',
name: 'pull_request',
payload: {
action: 'opened',
number: 112,
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/paucablop/chemotools/issues/112/comments'
},
commits: {
href: 'https://api.github.com/repos/paucablop/chemotools/pulls/112/commits'
},
html: { href: 'https://github.com/paucablop/chemotools/pull/112' },
issue: {
href: 'https://api.github.com/repos/paucablop/chemotools/issues/112'
},
review_comment: {
href: 'https://api.github.com/repos/paucablop/chemotools/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/paucablop/chemotools/pulls/112/comments'
},
self: {
href: 'https://api.github.com/repos/paucablop/chemotools/pulls/112'
},
statuses: {
href: 'https://api.github.com/repos/paucablop/chemotools/statuses/d7ddb093eeb716a3d45df59de78cb199cf85fd98'
}
},
active_lock_reason: null,
additions: 7,
assignee: null,
assignees: [],
author_association: 'CONTRIBUTOR',
auto_merge: null,
base: {
label: 'paucablop:main',
ref: 'main',
repo: {
allow_auto_merge: false,
allow_forking: true,
allow_merge_commit: true,
allow_rebase_merge: true,
allow_squash_merge: true,
allow_update_branch: false,
archive_url: 'https://api.github.com/repos/paucablop/chemotools/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/paucablop/chemotools/assignees{/user}',
blobs_url: 'https://api.github.com/repos/paucablop/chemotools/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/paucablop/chemotools/branches{/branch}',
clone_url: 'https://github.com/paucablop/chemotools.git',
collaborators_url: 'https://api.github.com/repos/paucablop/chemotools/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/paucablop/chemotools/comments{/number}',
commits_url: 'https://api.github.com/repos/paucablop/chemotools/commits{/sha}',
compare_url: 'https://api.github.com/repos/paucablop/chemotools/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/paucablop/chemotools/contents/{+path}',
contributors_url: 'https://api.github.com/repos/paucablop/chemotools/contributors',
created_at: '2023-01-26T18:25:00Z',
default_branch: 'main',
delete_branch_on_merge: false,
deployments_url: 'https://api.github.com/repos/paucablop/chemotools/deployments',
description: 'Integrate your chemometric tools with the scikit-learn API 🧪 🤖 ',
disabled: false,
downloads_url: 'https://api.github.com/repos/paucablop/chemotools/downloads',
events_url: 'https://api.github.com/repos/paucablop/chemotools/events',
fork: false,
forks: 5,
forks_count: 5,
forks_url: 'https://api.github.com/repos/paucab
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/release-drafter@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading