chore(deps): update actions/checkout action to v4 #2
release-drafter.yml
on: pull_request
update_release_draft
15s
Annotations
2 errors
update_release_draft
newNodes is not iterable
{
name: 'event',
id: '13217456121',
event: {
id: '13217456121',
name: 'pull_request',
payload: {
action: 'opened',
number: 1101,
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/marc2332/freya/issues/1101/comments'
},
commits: {
href: 'https://api.github.com/repos/marc2332/freya/pulls/1101/commits'
},
html: { href: 'https://github.com/marc2332/freya/pull/1101' },
issue: {
href: 'https://api.github.com/repos/marc2332/freya/issues/1101'
},
review_comment: {
href: 'https://api.github.com/repos/marc2332/freya/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/marc2332/freya/pulls/1101/comments'
},
self: {
href: 'https://api.github.com/repos/marc2332/freya/pulls/1101'
},
statuses: {
href: 'https://api.github.com/repos/marc2332/freya/statuses/429c7a3c4a2528c3173b316b5dc3e220dd7dbf0b'
}
},
active_lock_reason: null,
additions: 1,
assignee: null,
assignees: [],
author_association: 'CONTRIBUTOR',
auto_merge: null,
base: {
label: 'marc2332:main',
ref: 'main',
repo: {
allow_auto_merge: false,
allow_forking: true,
allow_merge_commit: true,
allow_rebase_merge: true,
allow_squash_merge: true,
allow_update_branch: true,
archive_url: 'https://api.github.com/repos/marc2332/freya/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/marc2332/freya/assignees{/user}',
blobs_url: 'https://api.github.com/repos/marc2332/freya/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/marc2332/freya/branches{/branch}',
clone_url: 'https://github.com/marc2332/freya.git',
collaborators_url: 'https://api.github.com/repos/marc2332/freya/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/marc2332/freya/comments{/number}',
commits_url: 'https://api.github.com/repos/marc2332/freya/commits{/sha}',
compare_url: 'https://api.github.com/repos/marc2332/freya/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/marc2332/freya/contents/{+path}',
contributors_url: 'https://api.github.com/repos/marc2332/freya/contributors',
created_at: '2022-07-27T15:28:11Z',
default_branch: 'main',
delete_branch_on_merge: true,
deployments_url: 'https://api.github.com/repos/marc2332/freya/deployments',
description: 'Cross-platform GUI library for 🦀 Rust powered by 🧬 Dioxus and 🎨 Skia.',
disabled: false,
downloads_url: 'https://api.github.com/repos/marc2332/freya/downloads',
events_url: 'https://api.github.com/repos/marc2332/freya/events',
fork: false,
forks: 69,
forks_count: 69,
forks_url: 'https://api.github.com/repos/marc2332/freya/forks',
full_name: 'marc2332/freya',
git_commits_url: 'https://api.github.com/repos/marc2332/freya/git/commits{/sha}',
git_refs_url: 'https://api.github.com/repos/marc2332/freya/git/refs{/sha}',
git_tags_url: 'https://api.github.com/repos/marc2332/freya/git/tags{/sha}',
git_url: 'git://github.com/marc2332/freya.git',
has_discussions: true,
has_downloads: true,
has_issues: true,
has_pages: false,
has_projects: true,
has_wiki: true,
homepage: 'https://freyaui.dev/',
hooks_url: 'https://api.github.com/repos/marc2332/freya/hooks',
html_url: 'https://github.com/marc2332/freya',
id: 518513704,
|
update_release_draft
TypeError: newNodes is not iterable
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142903:48
at baseUpdate (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:94273:36)
at Function.update (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:103823:40)
at paginate (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142903:7)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142674:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142380:7)
at async Promise.all (index 1)
{
name: 'AggregateError',
event: {
id: '13217456121',
name: 'pull_request',
payload: {
action: 'opened',
number: 1101,
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/marc2332/freya/issues/1101/comments'
},
commits: {
href: 'https://api.github.com/repos/marc2332/freya/pulls/1101/commits'
},
html: { href: 'https://github.com/marc2332/freya/pull/1101' },
issue: {
href: 'https://api.github.com/repos/marc2332/freya/issues/1101'
},
review_comment: {
href: 'https://api.github.com/repos/marc2332/freya/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/marc2332/freya/pulls/1101/comments'
},
self: {
href: 'https://api.github.com/repos/marc2332/freya/pulls/1101'
},
statuses: {
href: 'https://api.github.com/repos/marc2332/freya/statuses/429c7a3c4a2528c3173b316b5dc3e220dd7dbf0b'
}
},
active_lock_reason: null,
additions: 1,
assignee: null,
assignees: [],
author_association: 'CONTRIBUTOR',
auto_merge: null,
base: {
label: 'marc2332:main',
ref: 'main',
repo: {
allow_auto_merge: false,
allow_forking: true,
allow_merge_commit: true,
allow_rebase_merge: true,
allow_squash_merge: true,
allow_update_branch: true,
archive_url: 'https://api.github.com/repos/marc2332/freya/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/marc2332/freya/assignees{/user}',
blobs_url: 'https://api.github.com/repos/marc2332/freya/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/marc2332/freya/branches{/branch}',
clone_url: 'https://github.com/marc2332/freya.git',
collaborators_url: 'https://api.github.com/repos/marc2332/freya/collaborators{/collaborator}',
comments_url: 'https://api.github.com/repos/marc2332/freya/comments{/number}',
commits_url: 'https://api.github.com/repos/marc2332/freya/commits{/sha}',
compare_url: 'https://api.github.com/repos/marc2332/freya/compare/{base}...{head}',
contents_url: 'https://api.github.com/repos/marc2332/freya/contents/{+path}',
contributors_url: 'https://api.github.com/repos/marc2332/freya/contributors',
created_at: '2022-07-27T15:28:11Z',
default_branch: 'main',
delete_branch_on_merge: true,
deployments_url: 'https://api.github.com/repos/marc2332/freya/deployments',
description: 'Cross-platform GUI library for 🦀 Rust powered by 🧬 Dioxus and 🎨 Skia.',
disabled: false,
downloads_url: 'https://api.github.com/repos/marc2332/freya/downloads',
events_url: 'https://api.github.com/repos/marc2332/freya/events',
fork: false,
forks: 69,
forks_count: 69,
forks_url: 'https://api.github.com/repos/marc2332/freya/forks',
full_name: 'marc2332/freya',
|