Update orchestra/workbench requirement from ^10.0.7 to ^10.0.8#3
Closed
dependabot[bot] wants to merge 2 commits into
Closed
Update orchestra/workbench requirement from ^10.0.7 to ^10.0.8#3dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Annotations
3 errors and 4 warnings
|
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:7146:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:61885:18)
GraphqlResponseError: Request failed due to following response errors:
- Resource not accessible by integration
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:193882:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:193570:7)
at async Promise.all (index 1)
{
name: 'AggregateError',
event: {
id: '21003079205',
name: 'pull_request',
payload: {
action: 'opened',
number: 3,
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/issues/3/comments'
},
commits: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/pulls/3/commits'
},
html: {
href: 'https://github.com/HPWebdeveloper/laravel-stateflow/pull/3'
},
issue: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/issues/3'
},
review_comment: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/pulls/3/comments'
},
self: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/pulls/3'
},
statuses: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/statuses/97f193d86b234b5076caa0176ad65023ba5971dc'
}
},
active_lock_reason: null,
additions: 1,
assignee: null,
assignees: [],
author_association: 'NONE',
auto_merge: null,
base: {
label: 'HPWebdeveloper:main',
ref: 'main',
repo: {
allow_auto_merge: false,
allow_forking: true,
allow_merge_commit: true,
allow_rebase_merge: true,
allow_squash_merge: true,
allow_update_branch: false,
archive_url: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/assignees{/user}',
blobs_url: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/branches{/branch}',
clone_url: 'https://github.com/HPWebdeveloper/laravel-stateflow.git',
collaborators_url: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/comments{/number}',
commits_url: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/commits{/sha}',
compare_url: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/contents/{+path}',
contributors_url: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/contributors',
created_at: '2026-01-14T17:06:58Z',
default_branch: 'main',
delete_branch_on_merge: false,
deployments_ur
|
|
Request failed due to following response errors:
- Resource not accessible by integration
{
name: 'GraphqlResponseError',
id: '21003079205',
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: 'laravel-stateflow',
owner: 'HPWebdeveloper',
targetCommitish: 'refs/pull/3/merge',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
pullRequestLimit: 5
}
},
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: 'Wed, 14 Jan 2026 17:11:24 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': '5C41:8EA2F:B008B3:B3240D:6967CE3B',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4958',
'x-ratelimit-reset': '1768414167',
'x-ra
|
|
Resource not accessible by integration
{
name: 'HttpError',
id: '21003079205',
status: 403,
response: {
url: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/pulls/3/files?issue_number=3',
status: 403,
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: 'Wed, 14 Jan 2026 17:11:23 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-accepted-github-permissions': 'pull_requests=read',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-api-version-selected': '2022-11-28',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': '5C42:38004E:AB0836:AE1E30:6967CE3B',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4979',
'x-ratelimit-reset': '1768414167',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '21',
'x-xss-protection': '0'
},
data: {
message: 'Resource not accessible by integration',
documentation_url: 'https://docs.github.com/rest/pulls/pulls#list-pull-requests-files',
status: '403'
}
},
request: {
method: 'GET',
url: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/pulls/3/files?issue_number=3',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.19.5 (linux; x64)',
'x-github-delivery': '21003079205',
authorization: 'token [REDACTED]'
},
request: {}
},
event: {
id: '21003079205',
name: 'pull_request',
payload: {
action: 'opened',
number: 3,
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/issues/3/comments'
},
commits: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/pulls/3/commits'
},
html: {
href: 'https://github.com/HPWebdeveloper/laravel-stateflow/pull/3'
},
issue: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/issues/3'
},
review_comment: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/pulls/3/comments'
},
self: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/pulls/3'
},
statuses: {
href: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/statuses/97f193d86b234b5076caa0176ad65023ba5971dc'
}
},
active_lock_reason: null,
additions: 1,
assignee: null,
assignees: [],
author_association: 'NONE',
auto_merge: null,
base: {
label: 'HPWebdeveloper:main',
ref: 'main',
repo: {
allow_auto_merge: false,
allow_forking: true,
allow_merge_commit: true,
allow_rebase_merge: true,
allow_squash_merge: true,
allow_update_branch: false,
archive_url: 'https://api.github.com/repos/HPWebdeveloper/laravel-stateflow/{archive_format}{/ref}',
archived: false,
|
|
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading