pip: Update all pip-requirements to latest. (#326) #136
release-draft.yml
on: push
draft
/
Update Release Draft
6m 37s
Annotations
2 errors
draft / Update Release Draft
Request failed due to following response errors:
- Something went wrong while executing your query. Please include `1A00:234EF5:22AF70E:418C81D:66C94FC1` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '10535228481',
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: 'mu_tiano_plus',
owner: 'microsoft',
targetCommitish: 'refs/heads/release/202405',
withPullRequestBody: true,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
after: '7eac210c25521ac5207993fdedba8c9887f08752 9399'
}
},
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: 'Sat, 24 Aug 2024 03:13:05 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': '1A00:234EF5:22AF70E:418C81D:66C94FC1',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '5000',
'x-ratelimit-reset': '17244
|
draft / Update Release Draft
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query. Please include `1A00:234EF5:22AF70E:418C81D:66C94FC1` when reporting this issue.
at /home/runner/work/_actions/release-drafter/release-drafter/v6.0.0/dist/index.js:6088:13
at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v6.0.0/dist/index.js:142895:21)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v6.0.0/dist/index.js:142688:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v6.0.0/dist/index.js:142380:7)
at async Promise.all (index 0)
{
name: 'AggregateError',
event: {
id: '10535228481',
name: 'push',
payload: {
after: '7eac210c25521ac5207993fdedba8c9887f08752',
base_ref: null,
before: 'f9282bfc36a307f5e670183c28472c96ee9efee8',
commits: [
{
author: {
email: '[email protected]',
name: 'Aaron',
username: 'apop5'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '7eac210c25521ac5207993fdedba8c9887f08752',
message: 'pip: Update all pip-requirements to latest. (#326)\n' +
'\n' +
'## Description\r\n' +
'edk2-pytool-library from 0.21.7 to 0.21.10\r\n' +
'edk2-pytool-extensions from 0.27.5 to 0.27.11\r\n' +
'antlr4-python3-runtime from 4.13.1 to 4.13.2\r\n' +
'regex from 2024.5.15 to 2024.7.24\r\n' +
'\r\n' +
'- [ ] Impacts functionality?\r\n' +
'- [ ] Impacts security?\r\n' +
'- [ ] Breaking change?\r\n' +
'- [ ] Includes tests?\r\n' +
'- [ ] Includes documentation?\r\n' +
'\r\n' +
'## How This Was Tested\r\n' +
'CI\r\n' +
'\r\n' +
'## Integration Instructions\r\n' +
'N/A',
timestamp: '2024-08-23T20:06:19-07:00',
tree_id: 'b043613a89a13f3820f7117159152535fbfc31a0',
url: 'https://github.com/microsoft/mu_tiano_plus/commit/7eac210c25521ac5207993fdedba8c9887f08752'
}
],
compare: 'https://github.com/microsoft/mu_tiano_plus/compare/f9282bfc36a3...7eac210c2552',
created: false,
deleted: false,
enterprise: {
avatar_url: 'https://avatars.githubusercontent.com/b/1578?v=4',
created_at: '2019-12-09T02:41:53Z',
description: "Microsoft's organizations for open source collaboration",
html_url: 'https://github.com/enterprises/microsoftopensource',
id: 1578,
name: 'Microsoft Open Source',
node_id: 'MDEwOkVudGVycHJpc2UxNTc4',
slug: 'microsoftopensource',
updated_at: '2024-08-14T12:13:05Z',
website_url: 'https://opensource.microsoft.com'
},
forced: false,
head_commit: {
author: {
email: '[email protected]',
name: 'Aaron',
username: 'apop5'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '7eac210c25521ac5207993fdedba8c9887f08752',
message: 'pip: Update all pip-requirements to latest. (#326)\n' +
'\n' +
'## Description\r\n' +
'edk2-pytool-library from 0.21.7 to 0.21.10\r\n' +
'edk2-pytool-extensions from 0.27.5 to 0.27.11\r\n' +
'antlr4-python3-runtime from 4.13.1 to 4.13.2\r\n' +
'regex from 2024.5.15 to 2024.7.24\r\n' +
'\r\n' +
'- [ ] Impacts functionality?\r\n' +
'- [ ] Impacts security?\r\n' +
'- [ ] Breaking change?\r\n' +
'- [ ] Includes tests?\r\n' +
'- [ ] Includes documentation?\r\n' +
'\r\n' +
|