fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to… #116
release-drafter.yml
on: push
Update Release Draft
6m 55s
Annotations
2 errors and 1 warning
Update Release Draft
Request failed due to following response errors:
- Could not resolve to a Repository with the name 'apache/jmeter'.
{
name: 'GraphqlResponseError',
id: '7211587730',
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: 'jmeter',
owner: 'apache',
targetCommitish: 'refs/heads/master',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
after: '31c29af392c907f8ead8ce8cd359c80160f2d0e6 8199'
}
},
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: 'Thu, 14 Dec 2023 16:23:06 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': '9C40:25C8:B46B37:172DC7D:657B2BE7',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '5000',
'x-ratelimit-reset': '1702572713',
'x-ratelimit-resource': 'graphql',
'x-ratelimit-used': '3144',
'x-
|
Update Release Draft
GraphqlResponseError: Request failed due to following response errors:
- Could not resolve to a Repository with the name 'apache/jmeter'.
at /home/runner/work/_actions/release-drafter/release-drafter/09c613e259eb8d4e7c81c2cb00618eb5fc4575a7/dist/index.js:6088:13
at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/09c613e259eb8d4e7c81c2cb00618eb5fc4575a7/dist/index.js:142895:21)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/09c613e259eb8d4e7c81c2cb00618eb5fc4575a7/dist/index.js:142688:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/09c613e259eb8d4e7c81c2cb00618eb5fc4575a7/dist/index.js:142380:7)
at async Promise.all (index 0)
{
name: 'AggregateError',
event: {
id: '7211587730',
name: 'push',
payload: {
after: '31c29af392c907f8ead8ce8cd359c80160f2d0e6',
base_ref: null,
before: 'a6bc6574f247c8d212ecb3e2bde1172e415c870e',
commits: [
{
author: {
email: '[email protected]',
name: 'Mend Renovate',
username: 'renovate-bot'
},
committer: {
email: '[email protected]',
name: 'Vladimir Sitnikov',
username: 'vlsi'
},
distinct: true,
id: '31c29af392c907f8ead8ce8cd359c80160f2d0e6',
message: 'fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.4',
timestamp: '2023-12-14T19:16:02+03:00',
tree_id: 'fc27322ef8cdd131ecb87da4160e14c5c0969373',
url: 'https://github.com/apache/jmeter/commit/31c29af392c907f8ead8ce8cd359c80160f2d0e6'
}
],
compare: 'https://github.com/apache/jmeter/compare/a6bc6574f247...31c29af392c9',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: '[email protected]',
name: 'Mend Renovate',
username: 'renovate-bot'
},
committer: {
email: '[email protected]',
name: 'Vladimir Sitnikov',
username: 'vlsi'
},
distinct: true,
id: '31c29af392c907f8ead8ce8cd359c80160f2d0e6',
message: 'fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.4',
timestamp: '2023-12-14T19:16:02+03:00',
tree_id: 'fc27322ef8cdd131ecb87da4160e14c5c0969373',
url: 'https://github.com/apache/jmeter/commit/31c29af392c907f8ead8ce8cd359c80160f2d0e6'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/47359?v=4',
description: '',
events_url: 'https://api.github.com/orgs/apache/events',
hooks_url: 'https://api.github.com/orgs/apache/hooks',
id: 47359,
issues_url: 'https://api.github.com/orgs/apache/issues',
login: 'apache',
members_url: 'https://api.github.com/orgs/apache/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjQ3MzU5',
public_members_url: 'https://api.github.com/orgs/apache/public_members{/member}',
repos_url: 'https://api.github.com/orgs/apache/repos',
url: 'https://api.github.com/orgs/apache'
},
pusher: { email: '[email protected]', name: 'vlsi' },
ref: 'refs/heads/master',
repository: {
allow_forking: true,
archive_url: 'https://api.github.com/repos/apache/jmeter/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/apache/jmeter/assignees{/user}',
blobs_url: 'https://api.github.com/repos/apache/jmeter/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/apache/jmeter/branches{/branch}',
clone_url: 'https://github.com/apache/jmeter.git',
collaborators_url: 'https://api.github.com/repos/apache/jmeter/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/apache/jmeter/comments{/number}',
commits_url
|
Update Release Draft
Abuse limit hit with "POST /graphql", retrying in 60 seconds.
{ name: 'octokit' }
|