Merge pull request #1 from sanders41/readme #2
release_drafter.yml
on: push
update_release_draft
5s
Annotations
2 errors
update_release_draft
Request failed due to following response errors:
- Resource not accessible by integration
- Resource not accessible by integration
{
name: 'GraphqlResponseError',
id: '6673792154',
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: 'pytest-meilisearch',
owner: 'sanders41',
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: 'Sat, 28 Oct 2023 01:04:26 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': '9343:0934:26424C6:27B0BF1:653C5E1A',
'x-ratelimit-limit': '1000',
'x-ratelimit-remaining': '994',
'x-ratelimit-reset': '1698458666',
'x-ratelimit-resource': 'graphql',
'x-ratelimit-used': '6',
'x-xss-protection': '0'
},
response
|
update_release_draft
GraphqlResponseError: Request failed due to following response errors:
- 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: '6673792154',
name: 'push',
payload: {
after: '0923b9394d7916a5530c1e68d5d81fe852101892',
base_ref: null,
before: '866cb36ba95da491e6e6aa54d0d4b7e28b176356',
commits: [
{
author: {
email: 'psanders1@gmail.com',
name: 'Paul Sanders',
username: 'sanders41'
},
committer: {
email: 'psanders1@gmail.com',
name: 'Paul Sanders',
username: 'sanders41'
},
distinct: false,
id: 'b1241f5f2ee93b0ffc4d4fc2e8d670275454f2f5',
message: 'Update README',
timestamp: '2023-10-27T21:01:37-04:00',
tree_id: '2eee9bdd9c15433c32bf0a9b261a4b5bd0ae123d',
url: 'https://github.com/sanders41/pytest-meilisearch/commit/b1241f5f2ee93b0ffc4d4fc2e8d670275454f2f5'
},
{
author: {
email: 'psanders1@gmail.com',
name: 'Paul Sanders',
username: 'sanders41'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '0923b9394d7916a5530c1e68d5d81fe852101892',
message: 'Merge pull request #1 from sanders41/readme\n\nUpdate README',
timestamp: '2023-10-27T21:04:13-04:00',
tree_id: '2eee9bdd9c15433c32bf0a9b261a4b5bd0ae123d',
url: 'https://github.com/sanders41/pytest-meilisearch/commit/0923b9394d7916a5530c1e68d5d81fe852101892'
}
],
compare: 'https://github.com/sanders41/pytest-meilisearch/compare/866cb36ba95d...0923b9394d79',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: 'psanders1@gmail.com',
name: 'Paul Sanders',
username: 'sanders41'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '0923b9394d7916a5530c1e68d5d81fe852101892',
message: 'Merge pull request #1 from sanders41/readme\n\nUpdate README',
timestamp: '2023-10-27T21:04:13-04:00',
tree_id: '2eee9bdd9c15433c32bf0a9b261a4b5bd0ae123d',
url: 'https://github.com/sanders41/pytest-meilisearch/commit/0923b9394d7916a5530c1e68d5d81fe852101892'
},
pusher: { email: 'psanders1@gmail.com', name: 'sanders41' },
ref: 'refs/heads/main',
repository: {
allow_forking: true,
archive_url: 'https://api.github.com/repos/sanders41/pytest-meilisearch/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/sanders41/pytest-meilisearch/assignees{/user}',
blobs_url: 'https://api.github.com/repos/sanders41/pytest-meilisearch/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/sanders41/pytest-meilisearch/branches{/branch}',
clone_url: 'https://github.com/sanders41/pytest-meilisearch.git',
collaborators_url: 'https://api.github.com/repos/sanders41/pytest-meilisearch/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/sanders41/pytest-meilisearch/comments{/number}',
commits_url: 'https://api.github.com/repos/sanders41/pytest-meilisearch/commits{/sha}',
compare_url:
|