Use a ConcurrentHashMap
as a cache in ZEnvironment
(#8992)
#5
release-drafter.yml
on: push
update_release_draft
5m 32s
Annotations
2 errors and 1 warning
update_release_draft
Resource not accessible by integration
{
name: 'HttpError',
id: '9786148266',
status: 403,
response: {
url: 'https://api.github.com/repos/hearnadam/zio/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, 03 Jul 2024 23:44:05 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': 'CFC1:B5339:18B3788:18E8825:6685E245',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4997',
'x-ratelimit-reset': '1720053517',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '3',
'x-xss-protection': '0'
},
data: {
message: 'Resource not accessible by integration',
documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release',
status: '403'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/hearnadam/zio/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/heads/series/2.x","name":"v0.1.0","tag_name":"v0.1.0","body":"# What's Changed\\n* No changes\\n","draft":true,"prerelease":false,"make_latest":"true"}`,
request: {}
},
event: {
id: '9786148266',
name: 'push',
payload: {
after: '70aa22d3bb26656222c2da0ef5f17b1a3d9c2e1a',
base_ref: null,
before: 'd9ffa16951995517efa8fcf2ceb3af9538ea0bc7',
commits: [
{
author: {
email: '67301607+kyri-petrou@users.noreply.github.com',
name: 'kyri-petrou',
username: 'kyri-petrou'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'bb9c8dc5ca9afbf7dfd9912b5edebd965fa435ef',
message: 'Avoid deadlocks when a Fiber is unsafely running asynchronous effects (#8955)\n' +
'\n' +
'* Manually mark ZScheduler worker as blocking when unsafely running effects\r\n' +
'\r\n' +
'* fmt\r\n' +
'\r\n' +
'* Fix compiling\r\n' +
'\r\n' +
'* Check if worker is already blocking before removing from the pool\r\n' +
'\r\n' +
'* Move `signalBlocking` into the Blocking object and remove params from worker.markAsBlocking',
timestamp: '2024-06-22T14:18:22-04:00',
tree_id: '6af58f340214a40329f7ff4641a8085e5566ae92',
url: 'https://github.com/hearnadam/zio/commit/bb9c8dc5ca9afbf7dfd9912b5edebd965fa435ef'
},
{
author: {
email: '67301607+kyri-petrou@users.noreply.github.com',
name: 'kyri-petrou',
username: 'kyri-petrou'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
user
|
update_release_draft
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21
at runMicrotasks (<anonymous>)
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: '9786148266',
name: 'push',
payload: {
after: '70aa22d3bb26656222c2da0ef5f17b1a3d9c2e1a',
base_ref: null,
before: 'd9ffa16951995517efa8fcf2ceb3af9538ea0bc7',
commits: [
{
author: {
email: '67301607+kyri-petrou@users.noreply.github.com',
name: 'kyri-petrou',
username: 'kyri-petrou'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'bb9c8dc5ca9afbf7dfd9912b5edebd965fa435ef',
message: 'Avoid deadlocks when a Fiber is unsafely running asynchronous effects (#8955)\n' +
'\n' +
'* Manually mark ZScheduler worker as blocking when unsafely running effects\r\n' +
'\r\n' +
'* fmt\r\n' +
'\r\n' +
'* Fix compiling\r\n' +
'\r\n' +
'* Check if worker is already blocking before removing from the pool\r\n' +
'\r\n' +
'* Move `signalBlocking` into the Blocking object and remove params from worker.markAsBlocking',
timestamp: '2024-06-22T14:18:22-04:00',
tree_id: '6af58f340214a40329f7ff4641a8085e5566ae92',
url: 'https://github.com/hearnadam/zio/commit/bb9c8dc5ca9afbf7dfd9912b5edebd965fa435ef'
},
{
author: {
email: '67301607+kyri-petrou@users.noreply.github.com',
name: 'kyri-petrou',
username: 'kyri-petrou'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '57c2ce93157ed7be00d729384bd0072590479483',
message: 'Prefer Exit.success over ZIO.success (#8961)',
timestamp: '2024-06-23T08:57:21+10:00',
tree_id: '988f36326b88fa8c5b7755dc38f36a13138fa159',
url: 'https://github.com/hearnadam/zio/commit/57c2ce93157ed7be00d729384bd0072590479483'
},
{
author: {
email: '36544115+Adriani277@users.noreply.github.com',
name: 'Adriani Furtado',
username: 'Adriani277'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '8a5f40d81ce1d6e9c2c4e4d9bf07a7dd75bc8183',
message: 'Fixed #8797 - made Duration#asScala always return a finite duration (#8960)',
timestamp: '2024-06-23T08:32:55-04:00',
tree_id: '4b97bb2c5f68c0d1236bf60520e3288e32020d32',
url: 'https://github.com/hearnadam/zio/commit/8a5f40d81ce1d6e9c2c4e4d9bf07a7dd75bc8183'
},
{
author: {
email: 'efarago@salesforce.com',
name: 'eyal farago',
username: 'eyalfa'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'd581a1b1af580007f0e0eaa3797331895bef51a7',
message: 'Zio 8958 (#8966)\n' +
'\n' +
'* zio-8958: introduce failing test\r\n' +
'\r\n' +
'* zio-8958: introduce fix\r\n' +
'\r\n' +
'* zio-8958: fmt\r\n' +
'\r\n' +
'* zio-8958: fix mima issues introduced by another pr\r\n' +
'\r\n' +
'* zio-8958: fix scala3 compilation issues\r\n' +
'\r\n' +
'* zio-8958: slight refactoring',
|
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/.
|