GitHub Action: Bump robinraju/release-downloader from 1.10 to 1.11 (#… #437
release-draft.yml
on: push
draft
/
Update Release Draft
7m 0s
Annotations
2 errors
draft / Update Release Draft
Request failed due to following response errors:
- Something went wrong while executing your query. Please include `9400:1552B2:2676C2E:26C83B7:66C95E0D` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '10535596781',
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_basecore',
owner: 'microsoft',
targetCommitish: 'refs/heads/release/202405',
withPullRequestBody: true,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
after: '973a5aa58dc4dacb9627fab11dc8cb146074851f 9699'
}
},
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 04:14:06 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': '9400:1552B2:2676C2E:26C83B7:66C95E0D',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '5000',
'x-ratelimit-reset': '1724473
|
draft / Update Release Draft
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query. Please include `9400:1552B2:2676C2E:26C83B7:66C95E0D` 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: '10535596781',
name: 'push',
payload: {
after: '973a5aa58dc4dacb9627fab11dc8cb146074851f',
base_ref: null,
before: '7dac39fdf8095cdc2d2b17e79187bedbb32e138b',
commits: [
{
author: {
email: '49699333+dependabot[bot]@users.noreply.github.com',
name: 'dependabot[bot]',
username: 'dependabot[bot]'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '973a5aa58dc4dacb9627fab11dc8cb146074851f',
message: 'GitHub Action: Bump robinraju/release-downloader from 1.10 to 1.11 (#1116)\n' +
'\n' +
'Bumps\r\n' +
'[robinraju/release-downloader](https://github.com/robinraju/release-downloader)\r\n' +
'from 1.10 to 1.11.\r\n' +
'\r\n' +
'Signed-off-by: dependabot[bot] <[email protected]>\r\n' +
'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>',
timestamp: '2024-08-23T21:06:58-07:00',
tree_id: '7e95ad7ad7e96dc321556c5c9fdca08960f17396',
url: 'https://github.com/microsoft/mu_basecore/commit/973a5aa58dc4dacb9627fab11dc8cb146074851f'
}
],
compare: 'https://github.com/microsoft/mu_basecore/compare/7dac39fdf809...973a5aa58dc4',
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: '49699333+dependabot[bot]@users.noreply.github.com',
name: 'dependabot[bot]',
username: 'dependabot[bot]'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '973a5aa58dc4dacb9627fab11dc8cb146074851f',
message: 'GitHub Action: Bump robinraju/release-downloader from 1.10 to 1.11 (#1116)\n' +
'\n' +
'Bumps\r\n' +
'[robinraju/release-downloader](https://github.com/robinraju/release-downloader)\r\n' +
'from 1.10 to 1.11.\r\n' +
'\r\n' +
'Signed-off-by: dependabot[bot] <[email protected]>\r\n' +
'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>',
timestamp: '2024-08-23T21:06:58-07:00',
tree_id: '7e95ad7ad7e96dc321556c5c9fdca08960f17396',
url: 'https://github.com/microsoft/mu_basecore/commit/973a5aa58dc4dacb9627fab11dc8cb146074851f'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/6154722?v=4',
description: 'Open source projects and samples from Microsoft',
events_url: 'https://api.github.com/
|