Update Release Draft #258
release-draft.yml
on: workflow_run
Draft Releases
/
Update Release Draft
1m 49s
Annotations
3 errors and 1 warning
Draft Releases / Update Release Draft
Unknown error: {"data":null,"errors":[{"message":"Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `0500:1831:D9A8FA:1B13C44:679000A2` when reporting this issue."}]}
{
name: 'HttpError',
id: '12895071035',
status: 502,
response: {
url: 'https://api.github.com/graphql',
status: 502,
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-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset',
connection: 'close',
'content-type': 'application/json',
date: 'Tue, 21 Jan 2025 20:16:44 GMT',
server: 'github.com',
'transfer-encoding': 'chunked',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-github-request-id': '0500:1831:D9A8FA:1B13C44:679000A2'
},
data: {
data: null,
errors: [
{
message: 'Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `0500:1831:D9A8FA:1B13C44:679000A2` when reporting this issue.'
}
]
}
},
request: {
method: 'POST',
url: 'https://api.github.com/graphql',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.18.0 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"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_plus","owner":"microsoft","targetCommitish":"refs/heads/dev/202405","withPullRequestBody":true,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false,"after":"f3e3c504236ff9b0306280e69b5e4cf236e7e84f 999"}}',
request: { retryCount: 3, retries: 3, retryAfter: 16 }
},
event: {
id: '12895071035',
name: 'workflow_run',
payload: {
action: 'completed',
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/microsoftop
|
Draft Releases / Update Release Draft
HttpError: Unknown error: {"data":null,"errors":[{"message":"Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `0500:1831:D9A8FA:1B13C44:679000A2` when reporting this issue."}]}
at /home/runner/work/_actions/release-drafter/release-drafter/v6.0.0/dist/index.js:8462:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6.0.0/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '12895071035',
name: 'workflow_run',
payload: {
action: 'completed',
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'
},
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/orgs/microsoft/events',
hooks_url: 'https://api.github.com/orgs/microsoft/hooks',
id: 6154722,
issues_url: 'https://api.github.com/orgs/microsoft/issues',
login: 'microsoft',
members_url: 'https://api.github.com/orgs/microsoft/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=',
public_members_url: 'https://api.github.com/orgs/microsoft/public_members{/member}',
repos_url: 'https://api.github.com/orgs/microsoft/repos',
url: 'https://api.github.com/orgs/microsoft'
},
repository: {
allow_forking: true,
archive_url: 'https://api.github.com/repos/microsoft/mu_plus/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/microsoft/mu_plus/assignees{/user}',
blobs_url: 'https://api.github.com/repos/microsoft/mu_plus/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/microsoft/mu_plus/branches{/branch}',
clone_url: 'https://github.com/microsoft/mu_plus.git',
collaborators_url: 'https://api.github.com/repos/microsoft/mu_plus/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/microsoft/mu_plus/comments{/number}',
commits_url: 'https://api.github.com/repos/microsoft/mu_plus/commits{/sha}',
compare_url: 'https://api.github.com/repos/microsoft/mu_plus/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/microsoft/mu_plus/contents/{+path}',
contributors_url: 'https://api.github.com/repos/microsoft/mu_plus/contributors',
created_at: '2018-09-08T01:06:17Z',
custom_properties: {
corporateManagementPortal: 'https://aka.ms/opensource/portal?rid=147889066&oid=6154722',
durableOwnershipDisable: 'false',
durableOwnershipNextCheckDate: '2024-04-16T13:10:31.035Z',
durableOwnershipWarn: 'false',
justInTimeAccess: 'https://aka.ms/opensource/portal?rid=147889066&oid=6154722&action=jit'
},
default_branch: 'dev/202405',
deployments_url: 'https://api.github.com/repos/microsoft/mu_plus/deployments',
description: 'Project Mu Microsoft Core UEFI Value',
disabled: false,
downloads_url: 'https://api.github.com/repos/microsoft/mu_plus/downloads',
events_url: 'https://api.github.com/repos/microsoft/mu_plus/events',
fork: false,
forks: 105,
forks_count: 105,
forks_url: 'https://api.github.com/repos/microsoft/mu_plus/forks',
full_name: 'microsoft/mu_plus',
git_commits_url: 'https://api.github.com/rep
|
Draft Releases / Update Release Draft
Process completed with exit code 1.
|
Draft Releases / Update Release Draft
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|