Draft Release Notes #4
release-notes.yml
on: workflow_dispatch
draft_release
56s
Annotations
2 errors and 4 warnings
|
draft_release
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query on 2025-08-21T13:34:02Z. Please include `D000:3035FE:845EE3:1DFDF30:68A72042` 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:194071:14)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:193868: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: '17127680285',
name: 'workflow_dispatch',
payload: {
enterprise: {
avatar_url: 'https://avatars.githubusercontent.com/b/212555?v=4',
created_at: '2024-08-17T07:54:05Z',
description: null,
html_url: 'https://github.com/enterprises/the-asf',
id: 212555,
name: 'The ASF',
node_id: 'E_kgDOAAM-Sw',
slug: 'the-asf',
updated_at: '2025-08-12T11:19:41Z',
website_url: null
},
inputs: { release_version: '0.6.0' },
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/47359?v=4',
description: '',
events_url: 'https://api.github.com/orgs/apache/events',
hooks_url: 'https://api.github.com/orgs/apache/hooks',
id: 47359,
issues_url: 'https://api.github.com/orgs/apache/issues',
login: 'apache',
members_url: 'https://api.github.com/orgs/apache/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjQ3MzU5',
public_members_url: 'https://api.github.com/orgs/apache/public_members{/member}',
repos_url: 'https://api.github.com/orgs/apache/repos',
url: 'https://api.github.com/orgs/apache'
},
ref: 'refs/heads/main',
repository: {
allow_forking: true,
archive_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/assignees{/user}',
blobs_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/branches{/branch}',
clone_url: 'https://github.com/apache/incubator-teaclave-trustzone-sdk.git',
collaborators_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/comments{/number}',
commits_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/commits{/sha}',
compare_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/contents/{+path}',
contributors_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/contributors',
created_at: '2019-01-25T22:56:42Z',
custom_properties: {},
default_branch: 'main',
deployments_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/deployments',
description: 'Teaclave TrustZone SDK enables safe, functional, and ergonomic development of trustlets.',
disabled: false,
downloads_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/downloads',
events_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/events',
fork: false,
forks: 68,
forks_count: 68,
forks_url: 'https://api.github.com/repos/apache/incubator-teaclave-trustzone-sdk/forks',
full_name: 'apache/incubator-teaclave-trustzone-sdk',
|
|
draft_release
Request failed due to following response errors:
- Something went wrong while executing your query on 2025-08-21T13:34:02Z. Please include `D000:3035FE:845EE3:1DFDF30:68A72042` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '17127680285',
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: 'incubator-teaclave-trustzone-sdk',
owner: 'apache',
targetCommitish: 'refs/heads/main',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
pullRequestLimit: 5,
since: '2025-06-16T16:03:58Z'
}
},
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: 'Thu, 21 Aug 2025 13:34:02 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':
|
|
draft_release
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
draft_release
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
draft_release
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
draft_release
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|