Release/canary #1107
release-drafter.yml
on: pull_request
update_release_draft
12s
Annotations
2 errors and 1 warning
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '11234555614',
status: 422,
response: {
url: 'https://api.github.com/repos/TrainLCD/MobileApp/releases',
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: 'Tue, 08 Oct 2024 11:34:33 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; contents=write,workflows=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': '04C1:67280:55771C:A85AE6:670518C9',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4975',
'x-ratelimit-reset': '1728390038',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '25',
'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#create-a-release',
status: '422'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/TrainLCD/MobileApp/releases',
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: '{"target_commitish":"refs/pull/3784/merge","name":"","tag_name":"","body":"## Changes\\n* 位置情報精度調整 (#3783) @TinyKitten\\n* ライブアクティビティバグ修正 (#3782) @TinyKitten\\n* Smart Stack通過対応 (#3779) @TinyKitten\\n* Release/canary (#3778) @TinyKitten\\n* オートモードduration戻し (#3777) @TinyKitten\\n* 通過中ライブアクティビティが死ぬバグを修正+ライブアクティビティデザイン改良 (#3772) @TinyKitten\\n* Release/canary (#3776) @TinyKitten\\n* 種別自動選択はAPIに任せる (#3775) @TinyKitten\\n* Release/canary (#3774) @TinyKitten\\n* 種別自動選択バグ修正対応漏れ修正 (#3773) @TinyKitten\\n* 種別自動選択系のバグを修正 (#3771) @TinyKitten\\n* Release/canary (#3770) @TinyKitten\\n* オートモードの時間調整 (#3768) @TinyKitten\\n* Apple Watch版ライブアクティビティ種別表示追加 (#3767) @TinyKitten\\n* 位置情報精度落とし (#3769) @TinyKitten\\n* ルートビルダーバグ修正 (#3766) @TinyKitten\\n* Live Activitiesのデータ送信useEffectのdepsからオブジェクト排除 (#3765) @TinyKitten\\n* Release/canary (#3764) @TinyKitten\\n* StationAPIの複数都庁前を置く方針に対応 (#3763) @TinyKitten\\n* console.warnだめ (#3762) @TinyKitten\\n* Revert \\"ライブアクティビティの更新処理を1つのuseEffectでまとめる\\" (#3761) @TinyKitten\\n* utilsのcustom hook化 (#3759) @TinyKitten\\n* watchOS 11用Live Activity (#3758) @TinyKitten\\n* Release/canary (#3757) @TinyKitten\\n* WHフィードバック通知修正 (#3756) @TinyKitten\\n* 経路選択モーダルのloading出し分け条件修正 (#3755) @TinyKitten\\n* App StoreのDiscordレビュー通知バグ修正 (#3754) @TinyKitten\\n* Xcode 16対応 (#3753) @TinyKitten\\n* Release/canary (#3752) @TinyKitten\\n* 種別選択リストのキー重複解消 (#3751) @TinyKitten\\n* Release/canary (#3750) @TinyKitten\\n* 経路検索に種別モーダルを導入 (#3749) @TinyKitten\\n* Release/canary (#3748) @TinyKitten\\n* デザイン微調整 (#3747) @TinyKitten\\n* 経路検索データから種別をとる (#3746) @TinyKitten\\n* Release/canary (#3745) @TinyKitten\\n* 列車種別モーダル修正 (#3744) @TinyKitten\\n* Bump serve-static from 1.15.0 to 1.16.0 (#3743) @dependabot\\n* Cloud Functionsのv2化、TTS音声記号対応、アプリレビュー通知バグ修正
|
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: '11234555614',
name: 'pull_request',
payload: {
action: 'opened',
number: 3784,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/79830190?v=4',
description: 'TrainLCD project by TinyKitten.',
events_url: 'https://api.github.com/orgs/TrainLCD/events',
hooks_url: 'https://api.github.com/orgs/TrainLCD/hooks',
id: 79830190,
issues_url: 'https://api.github.com/orgs/TrainLCD/issues',
login: 'TrainLCD',
members_url: 'https://api.github.com/orgs/TrainLCD/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjc5ODMwMTkw',
public_members_url: 'https://api.github.com/orgs/TrainLCD/public_members{/member}',
repos_url: 'https://api.github.com/orgs/TrainLCD/repos',
url: 'https://api.github.com/orgs/TrainLCD'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/TrainLCD/MobileApp/issues/3784/comments'
},
commits: {
href: 'https://api.github.com/repos/TrainLCD/MobileApp/pulls/3784/commits'
},
html: { href: 'https://github.com/TrainLCD/MobileApp/pull/3784' },
issue: {
href: 'https://api.github.com/repos/TrainLCD/MobileApp/issues/3784'
},
review_comment: {
href: 'https://api.github.com/repos/TrainLCD/MobileApp/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/TrainLCD/MobileApp/pulls/3784/comments'
},
self: {
href: 'https://api.github.com/repos/TrainLCD/MobileApp/pulls/3784'
},
statuses: {
href: 'https://api.github.com/repos/TrainLCD/MobileApp/statuses/ae2c895c44525a31b2218202a296b112e8f6ccd0'
}
},
active_lock_reason: null,
additions: 71,
assignee: {
avatar_url: 'https://avatars.githubusercontent.com/u/32848922?v=4',
events_url: 'https://api.github.com/users/TinyKitten/events{/privacy}',
followers_url: 'https://api.github.com/users/TinyKitten/followers',
following_url: 'https://api.github.com/users/TinyKitten/following{/other_user}',
gists_url: 'https://api.github.com/users/TinyKitten/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/TinyKitten',
id: 32848922,
login: 'TinyKitten',
node_id: 'MDQ6VXNlcjMyODQ4OTIy',
organizations_url: 'https://api.github.com/users/TinyKitten/orgs',
received_events_url: 'https://api.github.com/users/TinyKitten/received_events',
repos_url: 'https://api.github.com/users/TinyKitten/repos',
site_admin: false,
starred_url: 'https://api.github.com/users/TinyKitten/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/TinyKitten/subscriptions',
type: 'User',
url: 'https://api.github.com/users/TinyKitten'
},
assignees: [
{
avatar_url: 'https://avatars.githubusercontent.com/u/32848922?v=4',
events_url: 'https://api.github.com/users/TinyKitten/events{/privacy}',
followers_url: 'https://api.github.com/users/TinyKitten/followers',
following_url: 'https://api.github.com/users/TinyKitten/following{/other_user}',
gists_url: 'https://api.github.com/users/TinyKitten/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/TinyKitten',
id: 32848922,
login: 'TinyKitten',
|
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/
|