Skip to content

opt: increase the interval of waiting in ReleaseTimeout() #47

opt: increase the interval of waiting in ReleaseTimeout()

opt: increase the interval of waiting in ReleaseTimeout() #47

Triggered via pull request June 17, 2024 09:57
Status Success
Total duration 17s
Artifacts

release-drafter.yml

on: pull_request
update_release_draft
7s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"} { name: 'HttpError', id: '9545685154', status: 422, response: { url: 'https://api.github.com/repos/panjf2000/ants/releases/148484280', 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: 'Mon, 17 Jun 2024 09:57:23 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', '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': 'C847:22C911:F7E309B:FA12199:66700883', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4994', 'x-ratelimit-reset': '1718621841', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '6', '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#update-a-release', status: '422' } }, request: { method: 'PATCH', url: 'https://api.github.com/repos/panjf2000/ants/releases/148484280', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.13.1 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"body":"## Changelogs\\n\\n## 🛩 Enhancements\\n\\n- bug: return error before creating multi pools if lbs is invalid to avoid leaks (#317)\\n\\n## 🐛 Bugfixes\\n\\n- patch: v2.9.1 (#318)\\n- bug: return error before creating multi pools if lbs is invalid to avoid leaks (#317)\\n\\n## 📚 Documentation\\n\\n- patch: v2.9.1 (#318)\\n- doc: add MultiPool \\\\& MultiPoolFunc example code and update READMEs. (#311)\\n\\n## 🗃 Misc\\n\\n- doc: add MultiPool \\\\& MultiPoolFunc example code and update READMEs. (#311)\\n- chore: add new benchmark tests (#309)\\n\\n**Full Changelog**: https://github.com/panjf2000/ants/compare/v2.9.0...v2.9.1\\n\\nThanks to all these contributors: @POABOB, @akshaynanavare and @panjf2000 for making this release possible.\\n","draft":true,"prerelease":false,"make_latest":"true","name":"Ants v2.9.1","tag_name":"v2.9.1","target_commitish":"refs/pull/325/merge"}', request: {} }, event: { id: '9545685154', name: 'pull_request', payload: { action: 'opened', number: 325, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/panjf2000/ants/issues/325/comments' }, commits: { href: 'https://api.github.com/repos/panjf2000/ants/pulls/325/commits' }, html: { href: 'https://github.com/panjf2000/ants/pull/325' }, issue: { href: 'https://api.github.com/repos/panjf2000/ants/issues/325' }, review_comment: { href: 'https://api.github.com/repos/panjf2000/ants/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/panjf2000/ants/pulls/325/comments' }, self: { href:
update_release_draft
HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"} at /home/runner/work/_actions/release-drafter/release-drafter/v6/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/v6/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '9545685154', name: 'pull_request', payload: { action: 'opened', number: 325, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/panjf2000/ants/issues/325/comments' }, commits: { href: 'https://api.github.com/repos/panjf2000/ants/pulls/325/commits' }, html: { href: 'https://github.com/panjf2000/ants/pull/325' }, issue: { href: 'https://api.github.com/repos/panjf2000/ants/issues/325' }, review_comment: { href: 'https://api.github.com/repos/panjf2000/ants/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/panjf2000/ants/pulls/325/comments' }, self: { href: 'https://api.github.com/repos/panjf2000/ants/pulls/325' }, statuses: { href: 'https://api.github.com/repos/panjf2000/ants/statuses/4f996d27d7193c70a45f0d8027b1ee8ee24e6f05' } }, active_lock_reason: null, additions: 6, 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/ants/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/panjf2000/ants/assignees{/user}', blobs_url: 'https://api.github.com/repos/panjf2000/ants/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/panjf2000/ants/branches{/branch}', clone_url: 'https://github.com/panjf2000/ants.git', collaborators_url: 'https://api.github.com/repos/panjf2000/ants/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/panjf2000/ants/comments{/number}', commits_url: 'https://api.github.com/repos/panjf2000/ants/commits{/sha}', compare_url: 'https://api.github.com/repos/panjf2000/ants/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/panjf2000/ants/contents/{+path}', contributors_url: 'https://api.github.com/repos/panjf2000/ants/contributors', created_at: '2018-05-19T01:13:38Z', default_branch: 'dev', delete_branch_on_merge: false, deployments_url: 'https://api.github.com/repos/panjf2000/ants/deployments', description: '🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go.', disabled: false, downloads_url: 'https://api.github.com/repos/panjf2000/ants/downloads', events_url: 'https://api.github.com/repos/panjf2000/ants/events', fork: false, forks: 1330, forks_count: 1330, forks_url: 'https://api.github.com/repos/panjf2000/ants/forks', full_name: 'panjf2000/ants', git_commits_url: 'https://api.github.com/repos/panjf2000/ants/git/commits{/sha}', git_refs_url: 'https://api.github.com/repos/panjf2000/ants/git/refs{/sha}', git_tags_url: 'https://api.github.com/repos/panjf2000/ants/git/tags{/sha}', git_url: 'git://github.com/panjf2000/ants.git', has_discussions: true, has_downlo