feat: add get workspace list api (#6) #21
Annotations
2 errors and 1 warning
Request failed due to following response errors:
- Resource not accessible by integration
- Resource not accessible by integration
- Resource not accessible by integration
- Resource not accessible by integration
- Resource not accessible by integration
- Resource not accessible by integration
{
name: 'GraphqlResponseError',
id: '10992816098',
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: 'coze-py',
owner: 'coze-dev',
targetCommitish: 'refs/heads/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: 'Mon, 23 Sep 2024 10:55:56 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': 'BC83:17FF:11E770C:23004BA:66F1493B',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining':
|
GraphqlResponseError: Request failed due to following response errors:
- Resource not accessible by integration
- Resource not accessible by integration
- Resource not accessible by integration
- Resource not accessible by integration
- Resource not accessible by integration
- Resource not accessible by integration
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:142876:14)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142688:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142380:7)
at async Promise.all (index 0)
{
name: 'AggregateError',
event: {
id: '10992816098',
name: 'push',
payload: {
after: '2dffc6891300c6049800219288df7cdb86204e56',
base_ref: null,
before: '5f63af681a2a5bcc97dd30a584446af936a11849',
commits: [
{
author: {
email: '[email protected]',
name: 'chyroc',
username: 'chyroc'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '2dffc6891300c6049800219288df7cdb86204e56',
message: 'feat: add get workspace list api (#6)',
timestamp: '2024-09-23T18:53:50+08:00',
tree_id: 'cf9dd810f01383f65e5fb54a062a8e47373767be',
url: 'https://github.com/coze-dev/coze-py/commit/2dffc6891300c6049800219288df7cdb86204e56'
}
],
compare: 'https://github.com/coze-dev/coze-py/compare/5f63af681a2a...2dffc6891300',
created: false,
deleted: false,
forced: false,
head_commit: {
author: { email: '[email protected]', name: 'chyroc', username: 'chyroc' },
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '2dffc6891300c6049800219288df7cdb86204e56',
message: 'feat: add get workspace list api (#6)',
timestamp: '2024-09-23T18:53:50+08:00',
tree_id: 'cf9dd810f01383f65e5fb54a062a8e47373767be',
url: 'https://github.com/coze-dev/coze-py/commit/2dffc6891300c6049800219288df7cdb86204e56'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/157483752?v=4',
description: 'Next-generation AI chatbot building platform. Quickly create bots without coding and publish them on various platforms',
events_url: 'https://api.github.com/orgs/coze-dev/events',
hooks_url: 'https://api.github.com/orgs/coze-dev/hooks',
id: 157483752,
issues_url: 'https://api.github.com/orgs/coze-dev/issues',
login: 'coze-dev',
members_url: 'https://api.github.com/orgs/coze-dev/members{/member}',
node_id: 'O_kgDOCWMC6A',
public_members_url: 'https://api.github.com/orgs/coze-dev/public_members{/member}',
repos_url: 'https://api.github.com/orgs/coze-dev/repos',
url: 'https://api.github.com/orgs/coze-dev'
},
pusher: { email: '[email protected]', name: 'chyroc' },
ref: 'refs/heads/main',
repository: {
allow_forking: false,
archive_url: 'https://api.github.com/repos/coze-dev/coze-py/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/coze-dev/coze-py/assignees{/user}',
blobs_url: 'https://api.github.com/repos/coze-dev/coze-py/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/coze-dev/coze-py/branches{/branch}',
clone_url: 'https://github.com/coze-dev/coze-py.git',
collaborators_url: 'https://api.github.com/repos/coze-dev/coze-py/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/coze-dev/coze-py/comments{/number}',
com
|
The following actions use a deprecated Node.js version and will be forced to run on node20: release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading