v0.11.0-alpha.4 #2694
release-drafter.yml
on: pull_request
update_release_draft
9s
Annotations
2 errors and 1 warning
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"}
{
name: 'HttpError',
id: '9683983804',
status: 422,
response: {
url: 'https://api.github.com/repos/Kipper-Lang/Kipper/releases/117327707',
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: 'Wed, 26 Jun 2024 17:18:36 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': '8541:3A5DB8:B08236:14998D1:667C4D6B',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4986',
'x-ratelimit-reset': '1719425909',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '14',
'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/Kipper-Lang/Kipper/releases/117327707',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.2 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"body":"# {INSERT_NAME} Update\\n## v1.0.0 - {YEAR-MONTH-DAY}\\n\\n## New Features\\n\\n* Added support for string multiplication `str * num` (#528) @lorenzholzbauer\\n* Add config file support for `@kipper/cli` (#519) @Luna-Klatzer\\n* AST Restructuring & Mapping Update (#507) @Luna-Klatzer\\n\\n## Bug Fixes\\n\\n* Sync bug fixes for issues #435, #451 & #491 to `v0.11` (#510) @Luna-Klatzer\\n\\n## Other Changes\\n\\n* AST Restructuring & Mapping Update (#507) @Luna-Klatzer\\n\\n## Full Details\\n\\n**Detailed Changelog**: [`CHANGELOG.md`](https://github.com/Kipper-Lang/Kipper/blob/v1.0.0/CHANGELOG.md)\\n**Compare Changes**: https://github.com/Kipper-Lang/Kipper/compare/v0.10.4...v1.0.0\\n","draft":true,"prerelease":false,"make_latest":"true","name":"Kipper v1.0.0","tag_name":"v1.0.0","target_commitish":"refs/pull/529/merge"}',
request: {}
},
event: {
id: '9683983804',
name: 'pull_request',
payload: {
action: 'opened',
number: 529,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/123311855?v=4',
description: 'The public organisation for sharing the source code and managing the Kipper programming language.',
events_url: 'https://api.github.com/orgs/Kipper-Lang/events',
hooks_url: 'https://api.github.com/orgs/Kipper-Lang/hooks',
id: 123311855,
issues_url: 'https://api.github.com/orgs/Kipper-Lang/issues',
login: 'Kipper-Lang',
members_url: 'https://api.github.com/orgs/Kipper-Lang/members{/member}',
node_id: 'O_kgDOB1mW7w',
public_members_url: 'https://api.github.com/orgs/Kipper-Lang/public_members{/member}',
repos_url: 'https://api.github.com/orgs/Kipper-Lang/repos',
url: 'https://api.gith
|
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 processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '9683983804',
name: 'pull_request',
payload: {
action: 'opened',
number: 529,
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/123311855?v=4',
description: 'The public organisation for sharing the source code and managing the Kipper programming language.',
events_url: 'https://api.github.com/orgs/Kipper-Lang/events',
hooks_url: 'https://api.github.com/orgs/Kipper-Lang/hooks',
id: 123311855,
issues_url: 'https://api.github.com/orgs/Kipper-Lang/issues',
login: 'Kipper-Lang',
members_url: 'https://api.github.com/orgs/Kipper-Lang/members{/member}',
node_id: 'O_kgDOB1mW7w',
public_members_url: 'https://api.github.com/orgs/Kipper-Lang/public_members{/member}',
repos_url: 'https://api.github.com/orgs/Kipper-Lang/repos',
url: 'https://api.github.com/orgs/Kipper-Lang'
},
pull_request: {
_links: {
comments: {
href: 'https://api.github.com/repos/Kipper-Lang/Kipper/issues/529/comments'
},
commits: {
href: 'https://api.github.com/repos/Kipper-Lang/Kipper/pulls/529/commits'
},
html: { href: 'https://github.com/Kipper-Lang/Kipper/pull/529' },
issue: {
href: 'https://api.github.com/repos/Kipper-Lang/Kipper/issues/529'
},
review_comment: {
href: 'https://api.github.com/repos/Kipper-Lang/Kipper/pulls/comments{/number}'
},
review_comments: {
href: 'https://api.github.com/repos/Kipper-Lang/Kipper/pulls/529/comments'
},
self: {
href: 'https://api.github.com/repos/Kipper-Lang/Kipper/pulls/529'
},
statuses: {
href: 'https://api.github.com/repos/Kipper-Lang/Kipper/statuses/a1e3ee1936ce45e30e5baf92e966161e04118f96'
}
},
active_lock_reason: null,
additions: 111,
assignee: {
avatar_url: 'https://avatars.githubusercontent.com/u/61756091?v=4',
events_url: 'https://api.github.com/users/Luna-Klatzer/events{/privacy}',
followers_url: 'https://api.github.com/users/Luna-Klatzer/followers',
following_url: 'https://api.github.com/users/Luna-Klatzer/following{/other_user}',
gists_url: 'https://api.github.com/users/Luna-Klatzer/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/Luna-Klatzer',
id: 61756091,
login: 'Luna-Klatzer',
node_id: 'MDQ6VXNlcjYxNzU2MDkx',
organizations_url: 'https://api.github.com/users/Luna-Klatzer/orgs',
received_events_url: 'https://api.github.com/users/Luna-Klatzer/received_events',
repos_url: 'https://api.github.com/users/Luna-Klatzer/repos',
site_admin: false,
starred_url: 'https://api.github.com/users/Luna-Klatzer/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/Luna-Klatzer/subscriptions',
type: 'User',
url: 'https://api.github.com/users/Luna-Klatzer'
},
assignees: [
{
avatar_url: 'https://avatars.githubusercontent.com/u/61756091?v=4',
events_url: 'https://api.github.com/users/Luna-Klatzer/events{/privacy}',
followers_url: 'https://api.github.com/users/Luna-Klatzer/followers',
following_url: 'https://api.github.com/users/Luna-Klatzer/following{/other_user}',
gists_url: 'https://api.github.com/users/Luna-Klatzer/gists{/gist_id}',
gravatar_id: '',
html_url: 'ht
|
update_release_draft
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/release-drafter@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|