Skip to content

Fix Scala-js fetch manual abort v4 #3892

Fix Scala-js fetch manual abort v4

Fix Scala-js fetch manual abort v4 #3892

Triggered via pull request February 7, 2024 21:04
Status Success
Total duration 11m 13s
Artifacts

ci.yml

on: pull_request
Matrix: ci
Publish release
0s
Publish release
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 20 warnings
ci (2.13, Native)
Resource not accessible by integration { name: 'HttpError', id: '7821128760', status: 403, response: { url: 'https://api.github.com/repos/softwaremill/sttp/releases', status: 403, 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-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Wed, 07 Feb 2024 21:08:46 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', 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': '501D:1B68:32105BA:64DC437:65C3F15E', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '975', 'x-ratelimit-reset': '1707343682', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '25', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/softwaremill/sttp/releases', 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: '{"target_commitish":"refs/pull/2073/merge","name":"","tag_name":"","body":"## What’s Changed\\n\\n* [Documentation] Update uri.md — Was it a typo or did I misunderstand ? (#2070) @gnoireaux\\n\\n## Dependency updates\\n\\n* Update zipkin-sender-okhttp3 to 2.16.5 (#2029) @softwaremill-ci\\n* Update armeria to 1.26.4 (#2027) @softwaremill-ci\\n* Update opentelemetry-api, ... to 1.33.0 (#2028) @softwaremill-ci\\n* Update play-json to 2.10.3 (#2026) @softwaremill-ci\\n* Update scribe to 3.13.0 (#2025) @softwaremill-ci\\n* Update cats-effect to 2.5.5 (#2024) @softwaremill-ci\\n* Update play-json to 3.0.1 (#2023) @softwaremill-ci\\n* Update play-json to 2.9.4 (#2022) @softwaremill-ci\\n* Update fs2-core, fs2-io, ... to 2.5.11 (#2021) @softwaremill-ci\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: {
ci (2.13, Native)
HttpError: Resource not accessible by integration 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: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073/comments' }, commits: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/commits' }, html: { href: 'https://github.com/softwaremill/sttp/pull/2073' }, issue: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073' }, review_comment: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/comments' }, self: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073' }, statuses: { href: 'https://api.github.com/repos/softwaremill/sttp/statuses/1d3978592e930a40838efebab845bf937c80c4cb' } }, active_lock_reason: null, additions: 34, assignee: null, assignees: [], author_association: 'CONTRIBUTOR', auto_merge: null, base: { label: 'softwaremill:master', ref: 'master', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: false, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: true, archive_url: 'https://api.github.com/repos/softwaremill/sttp/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/softwaremill/sttp/assignees{/user}', blobs_url: 'https://api.github.com/repos/softwaremill/sttp/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/softwaremill/sttp/branches{/branch}', clone_url: 'https://github.com/softwaremill/sttp.git', collaborators_url: 'https://api.github.com/repos/softwaremill/sttp/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/softwaremill/sttp/comments{/number}', commits_url: 'https://api.github.com/repos/softwaremill/sttp/commits{/sha}', compare_url: 'https://api.github.com/repos/softwaremill/sttp/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/softwaremill/sttp/contents/{+path}', contributors_url: 'https://api.github.com/repos/softwaremill/sttp/contributors', created_at: '2017-06-30T15:15:07Z', default_branch: 'master', delete_branch_on_merge: true, deployments_ur
ci (2.12, Native)
Resource not accessible by integration { name: 'HttpError', id: '7821128760', status: 403, response: { url: 'https://api.github.com/repos/softwaremill/sttp/releases', status: 403, 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-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Wed, 07 Feb 2024 21:08:51 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', 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': '7C05:8576:2C44414:2D97DCF:65C3F163', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '970', 'x-ratelimit-reset': '1707343682', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '30', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/softwaremill/sttp/releases', 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: '{"target_commitish":"refs/pull/2073/merge","name":"","tag_name":"","body":"## What’s Changed\\n\\n* [Documentation] Update uri.md — Was it a typo or did I misunderstand ? (#2070) @gnoireaux\\n\\n## Dependency updates\\n\\n* Update zipkin-sender-okhttp3 to 2.16.5 (#2029) @softwaremill-ci\\n* Update armeria to 1.26.4 (#2027) @softwaremill-ci\\n* Update opentelemetry-api, ... to 1.33.0 (#2028) @softwaremill-ci\\n* Update play-json to 2.10.3 (#2026) @softwaremill-ci\\n* Update scribe to 3.13.0 (#2025) @softwaremill-ci\\n* Update cats-effect to 2.5.5 (#2024) @softwaremill-ci\\n* Update play-json to 3.0.1 (#2023) @softwaremill-ci\\n* Update play-json to 2.9.4 (#2022) @softwaremill-ci\\n* Update fs2-core, fs2-io, ... to 2.5.11 (#2021) @softwaremill-ci\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: {
ci (2.12, Native)
HttpError: Resource not accessible by integration 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: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073/comments' }, commits: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/commits' }, html: { href: 'https://github.com/softwaremill/sttp/pull/2073' }, issue: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073' }, review_comment: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/comments' }, self: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073' }, statuses: { href: 'https://api.github.com/repos/softwaremill/sttp/statuses/1d3978592e930a40838efebab845bf937c80c4cb' } }, active_lock_reason: null, additions: 34, assignee: null, assignees: [], author_association: 'CONTRIBUTOR', auto_merge: null, base: { label: 'softwaremill:master', ref: 'master', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: false, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: true, archive_url: 'https://api.github.com/repos/softwaremill/sttp/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/softwaremill/sttp/assignees{/user}', blobs_url: 'https://api.github.com/repos/softwaremill/sttp/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/softwaremill/sttp/branches{/branch}', clone_url: 'https://github.com/softwaremill/sttp.git', collaborators_url: 'https://api.github.com/repos/softwaremill/sttp/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/softwaremill/sttp/comments{/number}', commits_url: 'https://api.github.com/repos/softwaremill/sttp/commits{/sha}', compare_url: 'https://api.github.com/repos/softwaremill/sttp/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/softwaremill/sttp/contents/{+path}', contributors_url: 'https://api.github.com/repos/softwaremill/sttp/contributors', created_at: '2017-06-30T15:15:07Z', default_branch: 'master', delete_branch_on_merge: true, deployments_ur
ci (3, Native)
Resource not accessible by integration { name: 'HttpError', id: '7821128760', status: 403, response: { url: 'https://api.github.com/repos/softwaremill/sttp/releases', status: 403, 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-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Wed, 07 Feb 2024 21:09:06 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', 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': '8C05:3B65:6BF667:DA5824:65C3F172', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '951', 'x-ratelimit-reset': '1707343682', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '49', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/softwaremill/sttp/releases', 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: '{"target_commitish":"refs/pull/2073/merge","name":"","tag_name":"","body":"## What’s Changed\\n\\n* [Documentation] Update uri.md — Was it a typo or did I misunderstand ? (#2070) @gnoireaux\\n\\n## Dependency updates\\n\\n* Update zipkin-sender-okhttp3 to 2.16.5 (#2029) @softwaremill-ci\\n* Update armeria to 1.26.4 (#2027) @softwaremill-ci\\n* Update opentelemetry-api, ... to 1.33.0 (#2028) @softwaremill-ci\\n* Update play-json to 2.10.3 (#2026) @softwaremill-ci\\n* Update scribe to 3.13.0 (#2025) @softwaremill-ci\\n* Update cats-effect to 2.5.5 (#2024) @softwaremill-ci\\n* Update play-json to 3.0.1 (#2023) @softwaremill-ci\\n* Update play-json to 2.9.4 (#2022) @softwaremill-ci\\n* Update fs2-core, fs2-io, ... to 2.5.11 (#2021) @softwaremill-ci\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: {
ci (3, Native)
HttpError: Resource not accessible by integration 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: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073/comments' }, commits: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/commits' }, html: { href: 'https://github.com/softwaremill/sttp/pull/2073' }, issue: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073' }, review_comment: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/comments' }, self: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073' }, statuses: { href: 'https://api.github.com/repos/softwaremill/sttp/statuses/1d3978592e930a40838efebab845bf937c80c4cb' } }, active_lock_reason: null, additions: 34, assignee: null, assignees: [], author_association: 'CONTRIBUTOR', auto_merge: null, base: { label: 'softwaremill:master', ref: 'master', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: false, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: true, archive_url: 'https://api.github.com/repos/softwaremill/sttp/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/softwaremill/sttp/assignees{/user}', blobs_url: 'https://api.github.com/repos/softwaremill/sttp/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/softwaremill/sttp/branches{/branch}', clone_url: 'https://github.com/softwaremill/sttp.git', collaborators_url: 'https://api.github.com/repos/softwaremill/sttp/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/softwaremill/sttp/comments{/number}', commits_url: 'https://api.github.com/repos/softwaremill/sttp/commits{/sha}', compare_url: 'https://api.github.com/repos/softwaremill/sttp/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/softwaremill/sttp/contents/{+path}', contributors_url: 'https://api.github.com/repos/softwaremill/sttp/contributors', created_at: '2017-06-30T15:15:07Z', default_branch: 'master', delete_branch_on_merge: true, deployments_ur
ci (3, JS)
Shutdown in progress
ci (3, JS)
Resource not accessible by integration { name: 'HttpError', id: '7821128760', status: 403, response: { url: 'https://api.github.com/repos/softwaremill/sttp/releases', status: 403, 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-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Wed, 07 Feb 2024 21:09:37 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', 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': '700D:2DFB:762E99:EECFE9:65C3F191', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '945', 'x-ratelimit-reset': '1707343682', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '55', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/softwaremill/sttp/releases', 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: '{"target_commitish":"refs/pull/2073/merge","name":"","tag_name":"","body":"## What’s Changed\\n\\n* [Documentation] Update uri.md — Was it a typo or did I misunderstand ? (#2070) @gnoireaux\\n\\n## Dependency updates\\n\\n* Update zipkin-sender-okhttp3 to 2.16.5 (#2029) @softwaremill-ci\\n* Update armeria to 1.26.4 (#2027) @softwaremill-ci\\n* Update opentelemetry-api, ... to 1.33.0 (#2028) @softwaremill-ci\\n* Update play-json to 2.10.3 (#2026) @softwaremill-ci\\n* Update scribe to 3.13.0 (#2025) @softwaremill-ci\\n* Update cats-effect to 2.5.5 (#2024) @softwaremill-ci\\n* Update play-json to 3.0.1 (#2023) @softwaremill-ci\\n* Update play-json to 2.9.4 (#2022) @softwaremill-ci\\n* Update fs2-core, fs2-io, ... to 2.5.11 (#2021) @softwaremill-ci\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: {
ci (3, JS)
HttpError: Resource not accessible by integration 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: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073/comments' }, commits: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/commits' }, html: { href: 'https://github.com/softwaremill/sttp/pull/2073' }, issue: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073' }, review_comment: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/comments' }, self: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073' }, statuses: { href: 'https://api.github.com/repos/softwaremill/sttp/statuses/1d3978592e930a40838efebab845bf937c80c4cb' } }, active_lock_reason: null, additions: 34, assignee: null, assignees: [], author_association: 'CONTRIBUTOR', auto_merge: null, base: { label: 'softwaremill:master', ref: 'master', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: false, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: true, archive_url: 'https://api.github.com/repos/softwaremill/sttp/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/softwaremill/sttp/assignees{/user}', blobs_url: 'https://api.github.com/repos/softwaremill/sttp/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/softwaremill/sttp/branches{/branch}', clone_url: 'https://github.com/softwaremill/sttp.git', collaborators_url: 'https://api.github.com/repos/softwaremill/sttp/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/softwaremill/sttp/comments{/number}', commits_url: 'https://api.github.com/repos/softwaremill/sttp/commits{/sha}', compare_url: 'https://api.github.com/repos/softwaremill/sttp/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/softwaremill/sttp/contents/{+path}', contributors_url: 'https://api.github.com/repos/softwaremill/sttp/contributors', created_at: '2017-06-30T15:15:07Z', default_branch: 'master', delete_branch_on_merge: true, deployments_ur
ci (2.13, JS)
Resource not accessible by integration { name: 'HttpError', id: '7821128760', status: 403, response: { url: 'https://api.github.com/repos/softwaremill/sttp/releases', status: 403, 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-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Wed, 07 Feb 2024 21:09:40 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', 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': 'FC05:498F:796957:F4EB9C:65C3F194', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '940', 'x-ratelimit-reset': '1707343682', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '60', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/softwaremill/sttp/releases', 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: '{"target_commitish":"refs/pull/2073/merge","name":"","tag_name":"","body":"## What’s Changed\\n\\n* [Documentation] Update uri.md — Was it a typo or did I misunderstand ? (#2070) @gnoireaux\\n\\n## Dependency updates\\n\\n* Update zipkin-sender-okhttp3 to 2.16.5 (#2029) @softwaremill-ci\\n* Update armeria to 1.26.4 (#2027) @softwaremill-ci\\n* Update opentelemetry-api, ... to 1.33.0 (#2028) @softwaremill-ci\\n* Update play-json to 2.10.3 (#2026) @softwaremill-ci\\n* Update scribe to 3.13.0 (#2025) @softwaremill-ci\\n* Update cats-effect to 2.5.5 (#2024) @softwaremill-ci\\n* Update play-json to 3.0.1 (#2023) @softwaremill-ci\\n* Update play-json to 2.9.4 (#2022) @softwaremill-ci\\n* Update fs2-core, fs2-io, ... to 2.5.11 (#2021) @softwaremill-ci\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: {
ci (2.13, JS)
HttpError: Resource not accessible by integration 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: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073/comments' }, commits: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/commits' }, html: { href: 'https://github.com/softwaremill/sttp/pull/2073' }, issue: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073' }, review_comment: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/comments' }, self: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073' }, statuses: { href: 'https://api.github.com/repos/softwaremill/sttp/statuses/1d3978592e930a40838efebab845bf937c80c4cb' } }, active_lock_reason: null, additions: 34, assignee: null, assignees: [], author_association: 'CONTRIBUTOR', auto_merge: null, base: { label: 'softwaremill:master', ref: 'master', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: false, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: true, archive_url: 'https://api.github.com/repos/softwaremill/sttp/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/softwaremill/sttp/assignees{/user}', blobs_url: 'https://api.github.com/repos/softwaremill/sttp/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/softwaremill/sttp/branches{/branch}', clone_url: 'https://github.com/softwaremill/sttp.git', collaborators_url: 'https://api.github.com/repos/softwaremill/sttp/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/softwaremill/sttp/comments{/number}', commits_url: 'https://api.github.com/repos/softwaremill/sttp/commits{/sha}', compare_url: 'https://api.github.com/repos/softwaremill/sttp/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/softwaremill/sttp/contents/{+path}', contributors_url: 'https://api.github.com/repos/softwaremill/sttp/contributors', created_at: '2017-06-30T15:15:07Z', default_branch: 'master', delete_branch_on_merge: true, deployments_ur
ci (2.13, JS)
Shutdown in progress
ci (2.12, JS)
Shutdown in progress
ci (2.12, JS)
Resource not accessible by integration { name: 'HttpError', id: '7821128760', status: 403, response: { url: 'https://api.github.com/repos/softwaremill/sttp/releases', status: 403, 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-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Wed, 07 Feb 2024 21:09:57 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', 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': 'C01D:50A2:2D33B9C:5B2B750:65C3F1A5', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '935', 'x-ratelimit-reset': '1707343682', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '65', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/softwaremill/sttp/releases', 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: '{"target_commitish":"refs/pull/2073/merge","name":"","tag_name":"","body":"## What’s Changed\\n\\n* [Documentation] Update uri.md — Was it a typo or did I misunderstand ? (#2070) @gnoireaux\\n\\n## Dependency updates\\n\\n* Update zipkin-sender-okhttp3 to 2.16.5 (#2029) @softwaremill-ci\\n* Update armeria to 1.26.4 (#2027) @softwaremill-ci\\n* Update opentelemetry-api, ... to 1.33.0 (#2028) @softwaremill-ci\\n* Update play-json to 2.10.3 (#2026) @softwaremill-ci\\n* Update scribe to 3.13.0 (#2025) @softwaremill-ci\\n* Update cats-effect to 2.5.5 (#2024) @softwaremill-ci\\n* Update play-json to 3.0.1 (#2023) @softwaremill-ci\\n* Update play-json to 2.9.4 (#2022) @softwaremill-ci\\n* Update fs2-core, fs2-io, ... to 2.5.11 (#2021) @softwaremill-ci\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: {
ci (2.12, JS)
HttpError: Resource not accessible by integration 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: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073/comments' }, commits: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/commits' }, html: { href: 'https://github.com/softwaremill/sttp/pull/2073' }, issue: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073' }, review_comment: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/comments' }, self: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073' }, statuses: { href: 'https://api.github.com/repos/softwaremill/sttp/statuses/1d3978592e930a40838efebab845bf937c80c4cb' } }, active_lock_reason: null, additions: 34, assignee: null, assignees: [], author_association: 'CONTRIBUTOR', auto_merge: null, base: { label: 'softwaremill:master', ref: 'master', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: false, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: true, archive_url: 'https://api.github.com/repos/softwaremill/sttp/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/softwaremill/sttp/assignees{/user}', blobs_url: 'https://api.github.com/repos/softwaremill/sttp/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/softwaremill/sttp/branches{/branch}', clone_url: 'https://github.com/softwaremill/sttp.git', collaborators_url: 'https://api.github.com/repos/softwaremill/sttp/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/softwaremill/sttp/comments{/number}', commits_url: 'https://api.github.com/repos/softwaremill/sttp/commits{/sha}', compare_url: 'https://api.github.com/repos/softwaremill/sttp/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/softwaremill/sttp/contents/{+path}', contributors_url: 'https://api.github.com/repos/softwaremill/sttp/contributors', created_at: '2017-06-30T15:15:07Z', default_branch: 'master', delete_branch_on_merge: true, deployments_ur
ci (3, JVM)
Resource not accessible by integration { name: 'HttpError', id: '7821128760', status: 403, response: { url: 'https://api.github.com/repos/softwaremill/sttp/releases', status: 403, 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-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Wed, 07 Feb 2024 21:13:29 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', 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': '3BC5:5109:66AA2A:D02739:65C3F279', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '930', 'x-ratelimit-reset': '1707343682', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '70', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/softwaremill/sttp/releases', 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: '{"target_commitish":"refs/pull/2073/merge","name":"","tag_name":"","body":"## What’s Changed\\n\\n* [Documentation] Update uri.md — Was it a typo or did I misunderstand ? (#2070) @gnoireaux\\n\\n## Dependency updates\\n\\n* Update zipkin-sender-okhttp3 to 2.16.5 (#2029) @softwaremill-ci\\n* Update armeria to 1.26.4 (#2027) @softwaremill-ci\\n* Update opentelemetry-api, ... to 1.33.0 (#2028) @softwaremill-ci\\n* Update play-json to 2.10.3 (#2026) @softwaremill-ci\\n* Update scribe to 3.13.0 (#2025) @softwaremill-ci\\n* Update cats-effect to 2.5.5 (#2024) @softwaremill-ci\\n* Update play-json to 3.0.1 (#2023) @softwaremill-ci\\n* Update play-json to 2.9.4 (#2022) @softwaremill-ci\\n* Update fs2-core, fs2-io, ... to 2.5.11 (#2021) @softwaremill-ci\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: {
ci (3, JVM)
HttpError: Resource not accessible by integration 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: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073/comments' }, commits: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/commits' }, html: { href: 'https://github.com/softwaremill/sttp/pull/2073' }, issue: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073' }, review_comment: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/comments' }, self: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073' }, statuses: { href: 'https://api.github.com/repos/softwaremill/sttp/statuses/1d3978592e930a40838efebab845bf937c80c4cb' } }, active_lock_reason: null, additions: 34, assignee: null, assignees: [], author_association: 'CONTRIBUTOR', auto_merge: null, base: { label: 'softwaremill:master', ref: 'master', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: false, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: true, archive_url: 'https://api.github.com/repos/softwaremill/sttp/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/softwaremill/sttp/assignees{/user}', blobs_url: 'https://api.github.com/repos/softwaremill/sttp/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/softwaremill/sttp/branches{/branch}', clone_url: 'https://github.com/softwaremill/sttp.git', collaborators_url: 'https://api.github.com/repos/softwaremill/sttp/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/softwaremill/sttp/comments{/number}', commits_url: 'https://api.github.com/repos/softwaremill/sttp/commits{/sha}', compare_url: 'https://api.github.com/repos/softwaremill/sttp/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/softwaremill/sttp/contents/{+path}', contributors_url: 'https://api.github.com/repos/softwaremill/sttp/contributors', created_at: '2017-06-30T15:15:07Z', default_branch: 'master', delete_branch_on_merge: true, deployments_ur
ci (3, JVM)
Buffered 1024 messages
ci (3, JVM)
Buffered 1024 messages
ci (3, JVM)
Buffered 1024 messages
ci (2.12, JVM)
Resource not accessible by integration { name: 'HttpError', id: '7821128760', status: 403, response: { url: 'https://api.github.com/repos/softwaremill/sttp/releases', status: 403, 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-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Wed, 07 Feb 2024 21:15:14 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', 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': 'B415:400C:3128C57:634D113:65C3F2E2', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '910', 'x-ratelimit-reset': '1707343682', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '90', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/softwaremill/sttp/releases', 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: '{"target_commitish":"refs/pull/2073/merge","name":"","tag_name":"","body":"## What’s Changed\\n\\n* [Documentation] Update uri.md — Was it a typo or did I misunderstand ? (#2070) @gnoireaux\\n\\n## Dependency updates\\n\\n* Update zipkin-sender-okhttp3 to 2.16.5 (#2029) @softwaremill-ci\\n* Update armeria to 1.26.4 (#2027) @softwaremill-ci\\n* Update opentelemetry-api, ... to 1.33.0 (#2028) @softwaremill-ci\\n* Update play-json to 2.10.3 (#2026) @softwaremill-ci\\n* Update scribe to 3.13.0 (#2025) @softwaremill-ci\\n* Update cats-effect to 2.5.5 (#2024) @softwaremill-ci\\n* Update play-json to 3.0.1 (#2023) @softwaremill-ci\\n* Update play-json to 2.9.4 (#2022) @softwaremill-ci\\n* Update fs2-core, fs2-io, ... to 2.5.11 (#2021) @softwaremill-ci\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: {
ci (2.12, JVM)
HttpError: Resource not accessible by integration 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: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073/comments' }, commits: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/commits' }, html: { href: 'https://github.com/softwaremill/sttp/pull/2073' }, issue: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073' }, review_comment: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/comments' }, self: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073' }, statuses: { href: 'https://api.github.com/repos/softwaremill/sttp/statuses/1d3978592e930a40838efebab845bf937c80c4cb' } }, active_lock_reason: null, additions: 34, assignee: null, assignees: [], author_association: 'CONTRIBUTOR', auto_merge: null, base: { label: 'softwaremill:master', ref: 'master', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: false, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: true, archive_url: 'https://api.github.com/repos/softwaremill/sttp/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/softwaremill/sttp/assignees{/user}', blobs_url: 'https://api.github.com/repos/softwaremill/sttp/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/softwaremill/sttp/branches{/branch}', clone_url: 'https://github.com/softwaremill/sttp.git', collaborators_url: 'https://api.github.com/repos/softwaremill/sttp/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/softwaremill/sttp/comments{/number}', commits_url: 'https://api.github.com/repos/softwaremill/sttp/commits{/sha}', compare_url: 'https://api.github.com/repos/softwaremill/sttp/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/softwaremill/sttp/contents/{+path}', contributors_url: 'https://api.github.com/repos/softwaremill/sttp/contributors', created_at: '2017-06-30T15:15:07Z', default_branch: 'master', delete_branch_on_merge: true, deployments_ur
ci (2.12, JVM)
Buffered 1024 messages
ci (2.12, JVM)
Buffered 1024 messages
ci (2.12, JVM)
Buffered 1024 messages
ci (2.13, JVM)
Buffered 1024 messages
ci (2.13, JVM)
Buffered 1024 messages
ci (2.13, JVM)
Buffered 1024 messages
ci (2.13, JVM)
Shutdown in progress
ci (2.13, JVM)
Resource not accessible by integration { name: 'HttpError', id: '7821128760', status: 403, response: { url: 'https://api.github.com/repos/softwaremill/sttp/releases', status: 403, 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-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Wed, 07 Feb 2024 21:15:23 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', 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': '9C15:1C2A:2DBEA17:5C391E5:65C3F2EB', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '905', 'x-ratelimit-reset': '1707343682', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '95', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/softwaremill/sttp/releases', 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: '{"target_commitish":"refs/pull/2073/merge","name":"","tag_name":"","body":"## What’s Changed\\n\\n* [Documentation] Update uri.md — Was it a typo or did I misunderstand ? (#2070) @gnoireaux\\n\\n## Dependency updates\\n\\n* Update zipkin-sender-okhttp3 to 2.16.5 (#2029) @softwaremill-ci\\n* Update armeria to 1.26.4 (#2027) @softwaremill-ci\\n* Update opentelemetry-api, ... to 1.33.0 (#2028) @softwaremill-ci\\n* Update play-json to 2.10.3 (#2026) @softwaremill-ci\\n* Update scribe to 3.13.0 (#2025) @softwaremill-ci\\n* Update cats-effect to 2.5.5 (#2024) @softwaremill-ci\\n* Update play-json to 3.0.1 (#2023) @softwaremill-ci\\n* Update play-json to 2.9.4 (#2022) @softwaremill-ci\\n* Update fs2-core, fs2-io, ... to 2.5.11 (#2021) @softwaremill-ci\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: {
ci (2.13, JVM)
HttpError: Resource not accessible by integration 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: '7821128760', name: 'pull_request', payload: { action: 'opened', number: 2073, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/322765?v=4', description: 'We love Scala, Akka, Cassandra and Kafka. We help teams get up to speed with functional programming, introduce event sourcing or define streaming data pipelines', events_url: 'https://api.github.com/orgs/softwaremill/events', hooks_url: 'https://api.github.com/orgs/softwaremill/hooks', id: 322765, issues_url: 'https://api.github.com/orgs/softwaremill/issues', login: 'softwaremill', members_url: 'https://api.github.com/orgs/softwaremill/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjMyMjc2NQ==', public_members_url: 'https://api.github.com/orgs/softwaremill/public_members{/member}', repos_url: 'https://api.github.com/orgs/softwaremill/repos', url: 'https://api.github.com/orgs/softwaremill' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073/comments' }, commits: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/commits' }, html: { href: 'https://github.com/softwaremill/sttp/pull/2073' }, issue: { href: 'https://api.github.com/repos/softwaremill/sttp/issues/2073' }, review_comment: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073/comments' }, self: { href: 'https://api.github.com/repos/softwaremill/sttp/pulls/2073' }, statuses: { href: 'https://api.github.com/repos/softwaremill/sttp/statuses/1d3978592e930a40838efebab845bf937c80c4cb' } }, active_lock_reason: null, additions: 34, assignee: null, assignees: [], author_association: 'CONTRIBUTOR', auto_merge: null, base: { label: 'softwaremill:master', ref: 'master', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: false, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: true, archive_url: 'https://api.github.com/repos/softwaremill/sttp/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/softwaremill/sttp/assignees{/user}', blobs_url: 'https://api.github.com/repos/softwaremill/sttp/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/softwaremill/sttp/branches{/branch}', clone_url: 'https://github.com/softwaremill/sttp.git', collaborators_url: 'https://api.github.com/repos/softwaremill/sttp/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/softwaremill/sttp/comments{/number}', commits_url: 'https://api.github.com/repos/softwaremill/sttp/commits{/sha}', compare_url: 'https://api.github.com/repos/softwaremill/sttp/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/softwaremill/sttp/contents/{+path}', contributors_url: 'https://api.github.com/repos/softwaremill/sttp/contributors', created_at: '2017-06-30T15:15:07Z', default_branch: 'master', delete_branch_on_merge: true, deployments_ur
ci (2.13, Native)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2, 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/.
ci (2.13, Native)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci (2.12, Native)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2, 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/.
ci (2.12, Native)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci (3, Native)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2, 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/.
ci (3, Native)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci (3, JS)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2, 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/.
ci (3, JS)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci (2.13, JS)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2, 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/.
ci (2.13, JS)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci (2.12, JS)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2, 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/.
ci (2.12, JS)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
mima
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
mima
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci (3, JVM)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2, 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/.
ci (3, JVM)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci (2.12, JVM)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2, 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/.
ci (2.12, JVM)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci (2.13, JVM)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2, 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/.
ci (2.13, JVM)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/