Configure sourceCompatibility and targetCompatibility #6
Annotations
2 errors and 4 warnings
release_notes
Request failed due to following response errors:
- Something went wrong while executing your query. Please include `D483:2D9413:607EE83:9CFC482:663A4363` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '8987761982',
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: 10) {\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: 'grace-turbo',
owner: 'grace-plugins',
targetCommitish: 'main',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false
}
},
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:06:11 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': 'D483:2D9413:607EE83:9CFC482:663A4363',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4982',
'x-ratelimit-reset': '1715096640',
'x-ratelimit-resource': 'graphql',
'x-ratelimit-used': '18',
'
|
release_notes
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query. Please include `D483:2D9413:607EE83:9CFC482:663A4363` when reporting this issue.
at /home/runner/work/_actions/release-drafter/release-drafter/v5.19.0/dist/index.js:4826:13
at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v5.19.0/dist/index.js:129075:14)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v5.19.0/dist/index.js:128892:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v5.19.0/dist/index.js:128621:7)
at async Promise.all (index 0)
{
name: 'AggregateError',
event: {
id: '8987761982',
name: 'push',
payload: {
after: '58f697b81381264050933763c77c4536a6b67088',
base_ref: null,
before: '2e37b5051b3ad1a3d82cd495e2d348cc13fab355',
commits: [
{
author: {
email: '[email protected]',
name: 'Michael Yan',
username: 'rainboyan'
},
committer: {
email: '[email protected]',
name: 'Michael Yan',
username: 'rainboyan'
},
distinct: true,
id: '58f697b81381264050933763c77c4536a6b67088',
message: 'Configure sourceCompatibility and targetCompatibility',
timestamp: '2024-05-07T23:05:44+08:00',
tree_id: '93dc8306b2bc45ed2a99446d3b3693c5aff2703c',
url: 'https://github.com/grace-plugins/grace-turbo/commit/58f697b81381264050933763c77c4536a6b67088'
}
],
compare: 'https://github.com/grace-plugins/grace-turbo/compare/2e37b5051b3a...58f697b81381',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: '[email protected]',
name: 'Michael Yan',
username: 'rainboyan'
},
committer: {
email: '[email protected]',
name: 'Michael Yan',
username: 'rainboyan'
},
distinct: true,
id: '58f697b81381264050933763c77c4536a6b67088',
message: 'Configure sourceCompatibility and targetCompatibility',
timestamp: '2024-05-07T23:05:44+08:00',
tree_id: '93dc8306b2bc45ed2a99446d3b3693c5aff2703c',
url: 'https://github.com/grace-plugins/grace-turbo/commit/58f697b81381264050933763c77c4536a6b67088'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/106262684?v=4',
description: '',
events_url: 'https://api.github.com/orgs/grace-plugins/events',
hooks_url: 'https://api.github.com/orgs/grace-plugins/hooks',
id: 106262684,
issues_url: 'https://api.github.com/orgs/grace-plugins/issues',
login: 'grace-plugins',
members_url: 'https://api.github.com/orgs/grace-plugins/members{/member}',
node_id: 'O_kgDOBlVwnA',
public_members_url: 'https://api.github.com/orgs/grace-plugins/public_members{/member}',
repos_url: 'https://api.github.com/orgs/grace-plugins/repos',
url: 'https://api.github.com/orgs/grace-plugins'
},
pusher: { email: '[email protected]', name: 'rainboyan' },
ref: 'refs/heads/main',
repository: {
allow_forking: true,
archive_url: 'https://api.github.com/repos/grace-plugins/grace-turbo/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/grace-plugins/grace-turbo/assignees{/user}',
blobs_url: 'https://api.github.com/repos/grace-plugins/grace-turbo/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/grace-plugins/grace-turbo/branches{/branch}',
clone_url: 'https://github.com/grace-plugins/grace-turbo.git',
collaborators_url: 'https://api.github.com/repos/grace-plugins/grace-turbo/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/grace-plugins/grace-turbo/comments{/number}',
|
release_notes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, release-drafter/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
release_notes
Unexpected input(s) 'filter-by-commitish', valid inputs are ['config-name', 'name', 'tag', 'version', 'publish', 'prerelease', 'commitish', 'disable-releaser', 'disable-autolabeler']
|
release_notes
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
release_notes
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|