fix lint error #3
draft-release.yml
on: push
update-release-draft
4m 42s
update-release-pr
38s
Annotations
2 errors
update-release-draft
Request failed due to following response errors:
- Something went wrong while executing your query. Please include `BC41:4DD2:502FBF:A2C5AB:6526A589` when reporting this issue.
{
name: 'GraphqlResponseError',
id: '6483296231',
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: 'growi-training-camp2023-e',
owner: 'weseek',
targetCommitish: 'refs/heads/master',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
after: 'df53f61d3dcb6d4f9c28eeeef05863c79ecff982 5099'
}
},
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: 'Wed, 11 Oct 2023 13:39:29 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': 'BC41:4DD2:502FBF:A2C5AB:6526A589',
'x-ratelimit-limit': '1000',
'x-ratelimit-remaining': '676',
'x-ratelimit-reset': '1697034893',
|
update-release-draft
GraphqlResponseError: Request failed due to following response errors:
- Something went wrong while executing your query. Please include `BC41:4DD2:502FBF:A2C5AB:6526A589` when reporting this issue.
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:6088:13
at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142874:21)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142669:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142390:7)
at async Promise.all (index 0)
{
name: 'AggregateError',
event: {
id: '6483296231',
name: 'push',
payload: {
after: 'df53f61d3dcb6d4f9c28eeeef05863c79ecff982',
base_ref: null,
before: 'c4e8622c97f8d4fbc8ec18abe6307df1e18227d3',
commits: [
{
author: {
email: 'yuki@weseek.co.jp',
name: 'Yuki Takei',
username: 'yuki-takei'
},
committer: {
email: 'yuki@weseek.co.jp',
name: 'Yuki Takei',
username: 'yuki-takei'
},
distinct: true,
id: 'df53f61d3dcb6d4f9c28eeeef05863c79ecff982',
message: 'fix lint error',
timestamp: '2023-10-11T13:34:28Z',
tree_id: '913409b21d114ea32064eb4a63caeba670ed4eb5',
url: 'https://github.com/weseek/growi-training-camp2023-e/commit/df53f61d3dcb6d4f9c28eeeef05863c79ecff982'
}
],
compare: 'https://github.com/weseek/growi-training-camp2023-e/compare/c4e8622c97f8...df53f61d3dcb',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: 'yuki@weseek.co.jp',
name: 'Yuki Takei',
username: 'yuki-takei'
},
committer: {
email: 'yuki@weseek.co.jp',
name: 'Yuki Takei',
username: 'yuki-takei'
},
distinct: true,
id: 'df53f61d3dcb6d4f9c28eeeef05863c79ecff982',
message: 'fix lint error',
timestamp: '2023-10-11T13:34:28Z',
tree_id: '913409b21d114ea32064eb4a63caeba670ed4eb5',
url: 'https://github.com/weseek/growi-training-camp2023-e/commit/df53f61d3dcb6d4f9c28eeeef05863c79ecff982'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/6468105?v=4',
description: '',
events_url: 'https://api.github.com/orgs/weseek/events',
hooks_url: 'https://api.github.com/orgs/weseek/hooks',
id: 6468105,
issues_url: 'https://api.github.com/orgs/weseek/issues',
login: 'weseek',
members_url: 'https://api.github.com/orgs/weseek/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjY0NjgxMDU=',
public_members_url: 'https://api.github.com/orgs/weseek/public_members{/member}',
repos_url: 'https://api.github.com/orgs/weseek/repos',
url: 'https://api.github.com/orgs/weseek'
},
pusher: { email: 'yuki@weseek.co.jp', name: 'yuki-takei' },
ref: 'refs/heads/master',
repository: {
allow_forking: true,
archive_url: 'https://api.github.com/repos/weseek/growi-training-camp2023-e/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/weseek/growi-training-camp2023-e/assignees{/user}',
blobs_url: 'https://api.github.com/repos/weseek/growi-training-camp2023-e/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/weseek/growi-training-camp2023-e/branches{/branch}',
clone_url: 'https://github.com/weseek/growi-training-camp2023-e.git',
collaborators_url: 'https://api.github.com/repos/weseek/growi-training-camp2023-e/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/weseek/growi-training-camp2023-e/comments{/number}',
commits_url: 'https://api.github.com/repos/weseek/growi-training-camp2023-e/comm
|