Skip to content

Do not disconnect from WiFi when not in use #592

Do not disconnect from WiFi when not in use

Do not disconnect from WiFi when not in use #592

Triggered via pull request January 19, 2025 17:44
Status Success
Total duration 31s
Artifacts

release-drafter.yml

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

Annotations

2 errors and 5 warnings
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"} { name: 'HttpError', id: '12855804903', status: 422, response: { url: 'https://api.github.com/repos/kivancsikert/ugly-duckling/releases/195507627', 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', 'content-length': '210', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Sun, 19 Jan 2025 17:45:22 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': 'C441:3B11B2:111341:223A85:678D3A32', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4992', 'x-ratelimit-reset': '1737310623', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '8', '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/kivancsikert/ugly-duckling/releases/195507627', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.4.0 octokit-core.js/3.6.0 Node.js/20.18.0 (linux; x64)', 'x-github-delivery': '12855804903', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: `{"body":"## 🚀 New features and improvements\\n\\n* Improve telemetry publishing (#327) @lptr\\n* Keep output pins working during sleep (#317) @lptr\\n* Do not sleep during HTTP update (#303) @lptr\\n* Use watchdog to restart device if no telemetry is published (#295) @lptr\\n* Increase boot threshold for battery level (#293) @lptr\\n* Publish crash report (#290) @lptr\\n* Improve debugging and enable core dump on crash (#277) @lptr\\n* Re-try WiFi connection after timeout (#272) @lptr\\n* Report WiFi uptime (#264) @lptr\\n* Publish peripherals in device init message (#243) @lptr\\n* Allow resetting WiFi only (#242) @lptr\\n* Log SSID on boot (#241) @lptr\\n* Publish device init state (#240) @lptr\\n* Fail better when ran out of I2C buses (#230) @lptr\\n* Replace WiFiManager with ESP's own SoftAP (#214) @lptr\\n\\n## 🔧 Hardware changes\\n\\n* Support MK8 using ESP32-C6 (#226) @lptr\\n* Support relays for switching valves (#175) @lptr\\n\\n## 🐛 Bug Fixes\\n\\n* Do not log stored WiFi credentials (#331) @lptr\\n* Do not show timeout warning on debug console (#328) @lptr\\n* Fix analogRead timeout handling (#325) @lptr\\n* Fix infinite loop on updates (#322) @lptr\\n* Fix fantom leaks for real (#318) @lptr\\n* Subscribe to at most 8 MQTT topics at once (#315) @lptr\\n* Fix phantom-leak detection on flow-meter (#312) @lptr\\n* Fix task name reported in core-dump again (#311) @lptr\\n* Fix core-dump task name problem (#308) @lptr\\n* Do not fail if we can't stop WiFi (#307) @lptr\\n* Do not die when cannot connect to MQTT (#302) @lptr\\n* Enforce clean sessions on every MQTT connection (#297) @lptr\\n* Wait for telemetry and MQTT subscriptions (#296) @lptr\\n* Let device sleep when configured with a flow meter per
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:7146: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:61885:18) { name: 'AggregateError', event: { id: '12855804903', name: 'pull_request', payload: { action: 'opened', number: 333, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/74458830?v=4', description: '', events_url: 'https://api.github.com/orgs/kivancsikert/events', hooks_url: 'https://api.github.com/orgs/kivancsikert/hooks', id: 74458830, issues_url: 'https://api.github.com/orgs/kivancsikert/issues', login: 'kivancsikert', members_url: 'https://api.github.com/orgs/kivancsikert/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjc0NDU4ODMw', public_members_url: 'https://api.github.com/orgs/kivancsikert/public_members{/member}', repos_url: 'https://api.github.com/orgs/kivancsikert/repos', url: 'https://api.github.com/orgs/kivancsikert' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/kivancsikert/ugly-duckling/issues/333/comments' }, commits: { href: 'https://api.github.com/repos/kivancsikert/ugly-duckling/pulls/333/commits' }, html: { href: 'https://github.com/kivancsikert/ugly-duckling/pull/333' }, issue: { href: 'https://api.github.com/repos/kivancsikert/ugly-duckling/issues/333' }, review_comment: { href: 'https://api.github.com/repos/kivancsikert/ugly-duckling/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/kivancsikert/ugly-duckling/pulls/333/comments' }, self: { href: 'https://api.github.com/repos/kivancsikert/ugly-duckling/pulls/333' }, statuses: { href: 'https://api.github.com/repos/kivancsikert/ugly-duckling/statuses/8615e4708b0c411f3a99a8203414c6dacf5f0d95' } }, active_lock_reason: null, additions: 96, assignee: { avatar_url: 'https://avatars.githubusercontent.com/u/495366?v=4', events_url: 'https://api.github.com/users/lptr/events{/privacy}', followers_url: 'https://api.github.com/users/lptr/followers', following_url: 'https://api.github.com/users/lptr/following{/other_user}', gists_url: 'https://api.github.com/users/lptr/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/lptr', id: 495366, login: 'lptr', node_id: 'MDQ6VXNlcjQ5NTM2Ng==', organizations_url: 'https://api.github.com/users/lptr/orgs', received_events_url: 'https://api.github.com/users/lptr/received_events', repos_url: 'https://api.github.com/users/lptr/repos', site_admin: false, starred_url: 'https://api.github.com/users/lptr/starred{/owner}{/repo}', subscriptions_url: 'https://api.github.com/users/lptr/subscriptions', type: 'User', url: 'https://api.github.com/users/lptr', user_view_type: 'public' }, assignees: [ { avatar_url: 'https://avatars.githubusercontent.com/u/495366?v=4', events_url: 'https://api.github.com/users/lptr/events{/privacy}', followers_url: 'https://api.github.com/users/lptr/followers', following_url: 'https://api.github.com/users/lptr/following{/other_user}', gists_url: 'https://api.github.com/users/lptr/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/lptr', id: 495366, login: 'lptr',
update_release_draft
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
update_release_draft
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
update_release_draft
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)