Skip to content

chore(deps): fix a version of rerun to v0.17.0 #22

chore(deps): fix a version of rerun to v0.17.0

chore(deps): fix a version of rerun to v0.17.0 #22

Triggered via pull request August 16, 2024 21:47
Status Success
Total duration 14s
Artifacts

release-drafter.yaml

on: pull_request
update-release-draft
4s
update-release-draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
update-release-draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"} { name: 'HttpError', id: '10426666216', status: 422, response: { url: 'https://api.github.com/repos/ktro2828/awviz-ros/releases/170498751', 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: 'Fri, 16 Aug 2024 21:47:56 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': 'BE47:2EAC51:971129:120574C:66BFC90C', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4985', 'x-ratelimit-reset': '1723848473', '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#update-a-release', status: '422' } }, request: { method: 'PATCH', url: 'https://api.github.com/repos/ktro2828/awviz-ros/releases/170498751', 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":"## What\'s Changed\\n\\n* docs: add github actions to deploy document using doxygen (#33) @ktro2828\\n* feat: add an option to print usage (#29) @ktro2828\\n* docs: update docs (#28) @ktro2828\\n* docs: add documents for doxygen (#27) @ktro2828\\n* feat: update package configuration (#26) @ktro2828\\n* chore: update GitHub actions (#25) @ktro2828\\n* feat: update to colorize points by their distances (#15) @ktro2828\\n* refactor: remove move and memcpy for pointcloud logging (#14) @ktro2828\\n* feat: update msg name and add topic option update (#13) @ktro2828\\n* feat: add support of `sensor_msgs::msg::CameraInfo` (#9) @ktro2828\\n* feat: add support of logging transform (#12) @ktro2828\\n* feat: add support of `autoware_perception_msgs::msg::TrackedObjects` (#11) @ktro2828\\n* docs: update README (#8) @ktro2828\\n* feat: add support of `autoware_msgs::msg::DetectedObjects` (#7) @ktro2828\\n* docs: update README (#6) @ktro2828\\n* feat: add support of logging by rerun (#5) @ktro2828\\n* ci: add `pre-commit` (#3) @ktro2828\\n* chore: update .gitignore (#2) @ktro2828\\n* docs: update README (#1) @ktro2828\\n\\n## 🚀 Features\\n\\n* feat(awviz_common): add a class to mange transform frames and entity (#36) @ktro2828\\n\\n## 🔧 Refactoring\\n\\n* refactor: apply `snake_case` to function names (#37) @ktro2828\\n\\n## 📖 Documents\\n\\n* refactor: apply `snake_case` to function names (#37) @ktro2828\\n* feat(awviz_common): add a class to mange transform frames and entity (#36) @ktro2828\\n* docs: update image path (#35) @ktro2828\\n\\n## 🧰 Maintenance\\n\\n* chore: rename file for release-drafter (#34) @ktro2828\\n","draft":true,"prerelease":false,"make_latest":"true","name":"v0.1.0","tag_name":"v0.1.0","target_commitish":"refs/pull/38
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: '10426666216', name: 'pull_request', payload: { action: 'opened', number: 38, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/ktro2828/awviz-ros/issues/38/comments' }, commits: { href: 'https://api.github.com/repos/ktro2828/awviz-ros/pulls/38/commits' }, html: { href: 'https://github.com/ktro2828/awviz-ros/pull/38' }, issue: { href: 'https://api.github.com/repos/ktro2828/awviz-ros/issues/38' }, review_comment: { href: 'https://api.github.com/repos/ktro2828/awviz-ros/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/ktro2828/awviz-ros/pulls/38/comments' }, self: { href: 'https://api.github.com/repos/ktro2828/awviz-ros/pulls/38' }, statuses: { href: 'https://api.github.com/repos/ktro2828/awviz-ros/statuses/83dd618e5475afeed674b7fed8209358f8722922' } }, active_lock_reason: null, additions: 1, assignee: null, assignees: [], author_association: 'OWNER', auto_merge: null, base: { label: 'ktro2828:main', ref: 'main', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: false, allow_rebase_merge: false, allow_squash_merge: true, allow_update_branch: true, archive_url: 'https://api.github.com/repos/ktro2828/awviz-ros/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/ktro2828/awviz-ros/assignees{/user}', blobs_url: 'https://api.github.com/repos/ktro2828/awviz-ros/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/ktro2828/awviz-ros/branches{/branch}', clone_url: 'https://github.com/ktro2828/awviz-ros.git', collaborators_url: 'https://api.github.com/repos/ktro2828/awviz-ros/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/ktro2828/awviz-ros/comments{/number}', commits_url: 'https://api.github.com/repos/ktro2828/awviz-ros/commits{/sha}', compare_url: 'https://api.github.com/repos/ktro2828/awviz-ros/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/ktro2828/awviz-ros/contents/{+path}', contributors_url: 'https://api.github.com/repos/ktro2828/awviz-ros/contributors', created_at: '2024-07-10T01:38:44Z', default_branch: 'main', delete_branch_on_merge: true, deployments_url: 'https://api.github.com/repos/ktro2828/awviz-ros/deployments', description: 'A ROS 3D viewer for Autoware', disabled: false, downloads_url: 'https://api.github.com/repos/ktro2828/awviz-ros/downloads', events_url: 'https://api.github.com/repos/ktro2828/awviz-ros/events', fork: false, forks: 0, forks_count: 0, forks_url: 'https://api.github.com/repos/ktro2828/awviz-ros/forks', full_name: 'ktro2828/awviz-ros', git_commits_url: 'https://api.github.com/repos/ktro2828/awviz-ros/git/commits{/sha}', git_refs_url: 'https://api.github.com/repos/ktro2828/awviz-ros/git/refs{/sha}', git_tags_url: 'https://api.github.com/repos/ktro2828/awviz-ros/git/tags{/sha}', git_url: 'git://github.com/ktro2828/awviz-ros.g
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/