Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

refactor(node): dynamically create a publisher per zone on construction #24

refactor(node): dynamically create a publisher per zone on construction

refactor(node): dynamically create a publisher per zone on construction #24

Triggered via pull request May 16, 2024 03:41
Status Success
Total duration 13s
Artifacts

release-drafter.yml

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

Annotations

2 errors
update_release_draft
Validation Failed: {"resource":"Release","code":"custom","field":"tag_name","message":"tag_name is not a valid tag"}, {"resource":"Release","code":"custom","message":"Published releases must have a valid tag"}, {"resource":"Release","code":"invalid","field":"target_commitish"} { name: 'HttpError', id: '9106131118', status: 422, response: { url: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/releases/151933302', 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': '385', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Thu, 16 May 2024 03:41:40 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': 'BBC7:2150B5:25181EB:3B04054:66458074', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4982', 'x-ratelimit-reset': '1715834426', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '18', 'x-xss-protection': '0' }, data: { message: 'Validation Failed', errors: [ { resource: 'Release', code: 'custom', field: 'tag_name', message: 'tag_name is not a valid tag' }, { resource: 'Release', code: 'custom', message: 'Published releases must have a valid tag' }, { resource: 'Release', code: 'invalid', field: 'target_commitish' } ], documentation_url: 'https://docs.github.com/rest/releases/releases#update-a-release' } }, request: { method: 'PATCH', url: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/releases/151933302', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.8.1 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"body":"## Changes\\n\\n## 🚀 Features\\n\\n- feat: publish all ThermalZone \\\\& HK messages @NathanaelGandhi (#10)\\n- feat: populate temperature for all thermal zone msgs @NathanaelGandhi (#3)\\n\\n## 🐛 Bug Fixes\\n\\n- fix: rename package to linux\\\\_thermal\\\\_zone\\\\_base @NathanaelGandhi (#12)\\n- fix: rename ThermalZoneNode from ThermalZonePublisherNode @NathanaelGandhi (#9)\\n\\n## 🧰 Maintenance\\n\\n<details>\\n<summary>6 changes</summary>\\n\\n- chore(node): update to base node hk interface @NathanaelGandhi (#13)\\n- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci (#8)\\n- [pre-commit.ci] pre-commit autoupdate @pre-commit-ci (#7)\\n- docs(readme): mirror badge @NathanaelGandhi (#6)\\n- docs(readme): pre-commit \\\\& release drafter badges @NathanaelGandhi (#5)\\n- chore(release-drafter): tidy name-template @NathanaelGandhi (#4)\\n</details>\\n\\n## Other changes\\n\\n- ci: mirror release to humble and auto publish on release @NathanaelGandhi (#1)\\n\\n**Full Changelog**: https://github.com/NathanaelGandhi/linux_thermal_zone_base/compare/...v14.0.0\\n","draft":false,"prerelease":false,"make_latest":"true","name":"v14.0.0","tag_name":"v14.0.0","target_commitish":"refs/pull/14/merge"}', request: {} }, event: {
update_release_draft
HttpError: Validation Failed: {"resource":"Release","code":"custom","field":"tag_name","message":"tag_name is not a valid tag"}, {"resource":"Release","code":"custom","message":"Published releases must have a valid tag"}, {"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: '9106131118', name: 'pull_request', payload: { action: 'opened', number: 14, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/issues/14/comments' }, commits: { href: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/pulls/14/commits' }, html: { href: 'https://github.com/NathanaelGandhi/linux_thermal_zone_base/pull/14' }, issue: { href: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/issues/14' }, review_comment: { href: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/pulls/14/comments' }, self: { href: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/pulls/14' }, statuses: { href: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/statuses/ac43d095e9754056705d3aad7785c67b42763802' } }, active_lock_reason: null, additions: 23, assignee: null, assignees: [], author_association: 'OWNER', auto_merge: null, base: { label: 'NathanaelGandhi:main', ref: 'main', repo: { allow_auto_merge: true, 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/NathanaelGandhi/linux_thermal_zone_base/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/assignees{/user}', blobs_url: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/branches{/branch}', clone_url: 'https://github.com/NathanaelGandhi/linux_thermal_zone_base.git', collaborators_url: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/comments{/number}', commits_url: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/commits{/sha}', compare_url: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/contents/{+path}', contributors_url: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/contributors', created_at: '2024-04-19T13:16:34Z', default_branch: 'main', delete_branch_on_merge: true, deployments_url: 'https://api.github.com/repos/NathanaelGandhi/linux_thermal_zone_base/deployments', description: 'ROS2 node publisher for thermal zone information found on linux systems', disabled: false, downloads_url: 'h