Stop using Arduino #499
release-drafter.yml
on: pull_request
update_release_draft
19s
Annotations
2 errors and 1 warning
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '12319176270',
status: 422,
response: {
url: 'https://api.github.com/repos/kivancsikert/ugly-duckling/releases/190642245',
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, 13 Dec 2024 16:16:46 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': '2800:278F57:3A7E1F5:73BABA4:675C5DEE',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4993',
'x-ratelimit-reset': '1734110190',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '7',
'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/190642245',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.18.0 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: `{"body":"## 🚀 New features and improvements\\n\\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 relays for switching valves (#175) @lptr\\n\\n## 🐛 Bug Fixes\\n\\n* Let device sleep when configured with a flow meter peripheral (#289) @lptr\\n* Do not stop WiFi while provisioning (#278) @lptr\\n* Fix devices with PCNT not going to light sleep (#267) @lptr\\n* Fix MQTT message publishing deadlock (#265) @lptr\\n* Do not stay online waiting for messages to arrive unnecessarily (#262) @lptr\\n* Fix device staying online indefinitely (#260) @lptr\\n* Logging fixes (#258) @lptr\\n* Remove IO prefix from IOA4, IOX1 and IOX2 (#227) @lptr\\n* Some more fixes since the Arduino 3 upgrade (#219) @lptr\\n* Fix SwitchManager not detecting input (#216) @lptr\\n* Add more stack for low-stack tasks (#215) @lptr\\n\\n## 🚦 Internal changes\\n\\n* Upgrade to ESP-IDF 5.3.2 (#275) @lptr\\n* Switch off radio when not needed (#263) @lptr\\n* Introduce sub-tags in logging (#259) @lptr\\n* Use ESP-IDF only for WiFi (#253) @lptr\\n* Introduce testing with Wokwi, take 2 (#247) @lptr\\n* Accept empty configuration as no configuration (#246) @lptr\\n* Do not allow properties to be set (#232) @lptr\\n* Track UD_DEBUG better (#231) @lptr\\n* Track UD_DEBUG as a CMake input (#229) @lptr\\n* Give MQTT more stack (#228) @
|
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: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: '12319176270',
name: 'pull_request',
payload: {
action: 'synchronize',
after: '4eee690f09862bb798489892abfc5ad72387da91',
before: 'decd29d40f6b813aad88643e0f45015a4b6dad55',
number: 286,
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/286/comments'
},
commits: {
href: 'https://api.github.com/repos/kivancsikert/ugly-duckling/pulls/286/commits'
},
html: {
href: 'https://github.com/kivancsikert/ugly-duckling/pull/286'
},
issue: {
href: 'https://api.github.com/repos/kivancsikert/ugly-duckling/issues/286'
},
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/286/comments'
},
self: {
href: 'https://api.github.com/repos/kivancsikert/ugly-duckling/pulls/286'
},
statuses: {
href: 'https://api.github.com/repos/kivancsikert/ugly-duckling/statuses/4eee690f09862bb798489892abfc5ad72387da91'
}
},
active_lock_reason: null,
additions: 1198,
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}',
|
update_release_draft
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|