opt: renovate the concurrency management of gnet engine #219
release-drafter.yml
on: pull_request
update_release_draft
6s
Annotations
2 errors and 1 warning
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '12161127579',
status: 422,
response: {
url: 'https://api.github.com/repos/panjf2000/gnet/releases',
status: 422,
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-length': '210',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Wed, 04 Dec 2024 13:50:08 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'github.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-accepted-github-permissions': 'contents=write; contents=write,workflows=write',
'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': '1547:6F6B5:7AB8548:F2EDC23:67505E10',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4992',
'x-ratelimit-reset': '1733323804',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '8',
'x-xss-protection': '0'
},
data: {
message: 'Validation Failed',
errors: [
{
resource: 'Release',
code: 'invalid',
field: 'target_commitish'
}
],
documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release',
status: '422'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/panjf2000/gnet/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.18.0 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"target_commitish":"refs/pull/663/merge","name":"Gnet v2.6.1","tag_name":"v2.6.1","body":"## Changelogs\\n\\n## 🛩 Enhancements\\n\\n- opt: eliminate the inuse eventloop.cache for idle connections (#660)\\n- opt: use worker pool for asynchronous tasks on Windows (#657)\\n- opt: optimize Conn.Next and Conn.Peek (#654)\\n\\n## 🗃 Misc\\n\\n- chore: rename some parameters (#656)\\n\\n**Full Changelog**: https://github.com/panjf2000/gnet/compare/v2.6.0...v2.6.1\\n\\nThanks to all these contributors: @panjf2000 for making this release possible.\\n","draft":true,"prerelease":false,"make_latest":"true"}',
request: {}
},
event: {
id: '12161127579',
name: 'pull_request',
payload: {
action: 'opened',
number: 663,
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/panjf2000/gnet/issues/663/comments'
},
commits: {
href: 'https://api.github.com/repos/panjf2000/gnet/pulls/663/commits'
},
html: { href: 'https://github.com/panjf2000/gnet/pull/663' },
issue: {
href: 'https://api.github.com/repos/panjf2000/gnet/issues/663'
},
review_comment: {
href: 'https://api.github.com/repos/panjf2000/gnet/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/panjf2000/gnet/pulls/663/comments'
},
self: {
href: 'https://api.github.com/repos/panjf2000/gnet/pulls/663'
},
statuses: {
href: 'https://api.github.com/repos/panjf2000/gnet/statuses/213e164f883727511ced8f3c7f9424b6fcb62937'
}
},
active_lock_reason: null,
additio
|
update_release_draft
HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '12161127579',
name: 'pull_request',
payload: {
action: 'opened',
number: 663,
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/panjf2000/gnet/issues/663/comments'
},
commits: {
href: 'https://api.github.com/repos/panjf2000/gnet/pulls/663/commits'
},
html: { href: 'https://github.com/panjf2000/gnet/pull/663' },
issue: {
href: 'https://api.github.com/repos/panjf2000/gnet/issues/663'
},
review_comment: {
href: 'https://api.github.com/repos/panjf2000/gnet/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/panjf2000/gnet/pulls/663/comments'
},
self: {
href: 'https://api.github.com/repos/panjf2000/gnet/pulls/663'
},
statuses: {
href: 'https://api.github.com/repos/panjf2000/gnet/statuses/213e164f883727511ced8f3c7f9424b6fcb62937'
}
},
active_lock_reason: null,
additions: 104,
assignee: null,
assignees: [],
author_association: 'OWNER',
auto_merge: null,
base: {
label: 'panjf2000:dev',
ref: 'dev',
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/panjf2000/gnet/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/panjf2000/gnet/assignees{/user}',
blobs_url: 'https://api.github.com/repos/panjf2000/gnet/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/panjf2000/gnet/branches{/branch}',
clone_url: 'https://github.com/panjf2000/gnet.git',
collaborators_url: 'https://api.github.com/repos/panjf2000/gnet/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/panjf2000/gnet/comments{/number}',
commits_url: 'https://api.github.com/repos/panjf2000/gnet/commits{/sha}',
compare_url: 'https://api.github.com/repos/panjf2000/gnet/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/panjf2000/gnet/contents/{+path}',
contributors_url: 'https://api.github.com/repos/panjf2000/gnet/contributors',
created_at: '2019-02-24T03:48:45Z',
default_branch: 'dev',
delete_branch_on_merge: false,
deployments_url: 'https://api.github.com/repos/panjf2000/gnet/deployments',
description: '🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.',
disabled: false,
downloads_url: 'https://api.github.com/repos/panjf2000/gnet/downloads',
events_url: 'https://api.github.com/repos/panjf2000/gnet/events',
fork: false,
forks: 1043,
forks_count: 1043,
forks_url: 'https://api.github.com/repos/panjf2000/gnet/forks',
full_name: 'panjf2000/gnet',
git_commits_url: 'https://api.github.com/repos/panjf2000/gnet/git/commits{/sha}',
git_refs_url: 'https://api.github.com/repos/panjf2000/gnet/git/refs{/sha}',
git_tags_url: 'https://api.github.com/repos/panjf2000/gnet/git/tags{/sha}',
git_url: 'git://github.com/panjf2000/gnet.git',
|
update_release_draft
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|