#66/ Deserializing of events from flow_proto fails with transactions with many events #136
release-drafter.yml
on: pull_request
update_release_draft
4s
Annotations
2 errors and 1 warning
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '11548294767',
status: 422,
response: {
url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/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: 'Mon, 28 Oct 2024 06:04:48 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': '6A86:B6A7B:6841DBD:C680128:671F297F',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4985',
'x-ratelimit-reset': '1730097736',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '15',
'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/janezpodhostnik/flow-py-sdk/releases',
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: '{"target_commitish":"refs/pull/67/merge","name":"v2.0.2","tag_name":"v2.0.2","body":"* No changes\\n","draft":true,"prerelease":false,"make_latest":"true"}',
request: {}
},
event: {
id: '11548294767',
name: 'pull_request',
payload: {
action: 'synchronize',
after: 'a6df9dde41878690073d91c7905b5710c88775b9',
before: '402e0f905d9b6c0fa9d174c954284a5e7917574c',
number: 67,
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/issues/67/comments'
},
commits: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/pulls/67/commits'
},
html: {
href: 'https://github.com/janezpodhostnik/flow-py-sdk/pull/67'
},
issue: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/issues/67'
},
review_comment: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/pulls/67/comments'
},
self: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/pulls/67'
},
statuses: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/statuses/a6df9dde41878690073d91c7905b5710c88775b9'
}
},
active_lock_reason: null,
additions: 839,
assignee: null,
assignees: [],
author_association: 'COLLABORATOR',
auto_merge: null,
base: {
label: 'janezpodhostnik:master'
|
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: '11548294767',
name: 'pull_request',
payload: {
action: 'synchronize',
after: 'a6df9dde41878690073d91c7905b5710c88775b9',
before: '402e0f905d9b6c0fa9d174c954284a5e7917574c',
number: 67,
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/issues/67/comments'
},
commits: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/pulls/67/commits'
},
html: {
href: 'https://github.com/janezpodhostnik/flow-py-sdk/pull/67'
},
issue: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/issues/67'
},
review_comment: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/pulls/67/comments'
},
self: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/pulls/67'
},
statuses: {
href: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/statuses/a6df9dde41878690073d91c7905b5710c88775b9'
}
},
active_lock_reason: null,
additions: 839,
assignee: null,
assignees: [],
author_association: 'COLLABORATOR',
auto_merge: null,
base: {
label: 'janezpodhostnik:master',
ref: 'master',
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/janezpodhostnik/flow-py-sdk/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/assignees{/user}',
blobs_url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/branches{/branch}',
clone_url: 'https://github.com/janezpodhostnik/flow-py-sdk.git',
collaborators_url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/comments{/number}',
commits_url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/commits{/sha}',
compare_url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/contents/{+path}',
contributors_url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/contributors',
created_at: '2020-11-25T16:18:23Z',
default_branch: 'master',
delete_branch_on_merge: true,
deployments_url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/deployments',
description: 'Unofficial flow blockchain python sdk',
disabled: false,
downloads_url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/downloads',
events_url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/events',
fork: false,
forks: 26,
forks_count: 26,
forks_url: 'https://api.github.com/repos/janezpodhostnik/flow-py-sdk/forks',
|
update_release_draft
The following actions use a deprecated Node.js version and will be forced to run on node20: release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|