Skip to content

Merge pull request #658 from radixdlt/main #413

Merge pull request #658 from radixdlt/main

Merge pull request #658 from radixdlt/main #413

Triggered via push February 21, 2024 11:06
Status Success
Total duration 13s
Artifacts
release-drafter  /  update_release_draft
4s
release-drafter / update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
release-drafter / update_release_draft
Resource not accessible by integration { name: 'HttpError', id: '7988042405', status: 403, response: { url: 'https://api.github.com/repos/radixdlt/babylon-gateway/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, 21 Feb 2024 11:07:00 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': '5444:5FE1:50894:A02CD:65D5D954', 'x-ratelimit-limit': '15000', 'x-ratelimit-remaining': '14950', 'x-ratelimit-reset': '1708514639', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '50', '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/radixdlt/babylon-gateway/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/develop","name":"","tag_name":"","body":"## Changes\\n- update develop with main @PawelPawelec-RDX (#658)\\n- update docs after David's review. @PawelPawelec-RDX (#651)\\n- add information to readme about version support and network compatibi… @PawelPawelec-RDX (#657)\\n- fixed kv store keys method name. @PawelPawelec-RDX (#654)\\n- Fixed unstable package blueprint and code aggregation @krzlabrdx (#653)\\n- Added histogram metrics measuring the time it took to process a single iteration of a given worker @krzlabrdx (#655)\\n- Add network gateway administrator team slug as CODEOWNERS @shambupujar (#650)\\n- Add network gateway administrator team as CODEOWNERS @shambupujar (#649)\\n- allow filtering transaction stream by badges presented. @PawelPawelec-RDX (#652)\\n","draft":true,"prerelease":false,"make_latest":"true"}`, request: {} }, event: { id: '7988042405', name: 'push', payload: { after: 'f59bae14deb0eaf3b514a99004e0c12c0b08d0b4', base_ref: null, before: '3457d9da9d37d6dfeb4021c6e0dae8f1fd24012d', commits: [ { author: { email: '[email protected]', name: 'shambupujar', username: 'shambupujar' }, committer: { email: '[email protected]', name: 'shambupujar', username: 'shambupujar' }, distinct: false, id: 'be9faec15fd405d7f6ec4f829c80085f0473b015', message: 'Add network gateway administrator team slug as CODEOWNERS', timestamp: '2024-02-07T21:28:43Z', tree_id: 'c87f7538424d8621d05404a91233d4f18ba661f0', url: 'https://github.com/radixdlt/babylon-gateway/commit/be9faec15fd405d7f6ec4f829c80085f0473b015' }, { author: { email: '[email protected]', na
release-drafter / update_release_draft
HttpError: Resource not accessible by integration at /home/runner/work/_actions/RDXWorks-actions/release-drafter/master/dist/index.js:8462:21 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Job.doExecute (/home/runner/work/_actions/RDXWorks-actions/release-drafter/master/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '7988042405', name: 'push', payload: { after: 'f59bae14deb0eaf3b514a99004e0c12c0b08d0b4', base_ref: null, before: '3457d9da9d37d6dfeb4021c6e0dae8f1fd24012d', commits: [ { author: { email: '[email protected]', name: 'shambupujar', username: 'shambupujar' }, committer: { email: '[email protected]', name: 'shambupujar', username: 'shambupujar' }, distinct: false, id: 'be9faec15fd405d7f6ec4f829c80085f0473b015', message: 'Add network gateway administrator team slug as CODEOWNERS', timestamp: '2024-02-07T21:28:43Z', tree_id: 'c87f7538424d8621d05404a91233d4f18ba661f0', url: 'https://github.com/radixdlt/babylon-gateway/commit/be9faec15fd405d7f6ec4f829c80085f0473b015' }, { author: { email: '[email protected]', name: 'Paweł Pawelec', username: 'PawelPawelec-RDX' }, committer: { email: '[email protected]', name: 'Paweł Pawelec', username: 'PawelPawelec-RDX' }, distinct: false, id: 'b9250f215a5233fd38cb40136a0d9d0ce41474be', message: "update docs after David's review.", timestamp: '2024-02-12T12:36:57+01:00', tree_id: '73a61962ab952d2bfbc5c584179fe897948359f5', url: 'https://github.com/radixdlt/babylon-gateway/commit/b9250f215a5233fd38cb40136a0d9d0ce41474be' }, { author: { email: '[email protected]', name: 'Paweł Pawelec', username: 'PawelPawelec-RDX' }, committer: { email: '[email protected]', name: 'Paweł Pawelec', username: 'PawelPawelec-RDX' }, distinct: false, id: '3d5493100f72be5ca8e167a6f07e8e81f0ac047c', message: "make it clear in changelog that it's date when image was built.", timestamp: '2024-02-12T16:32:21+01:00', tree_id: 'a084253d96031d4e1843f55a559b7e4fee04821b', url: 'https://github.com/radixdlt/babylon-gateway/commit/3d5493100f72be5ca8e167a6f07e8e81f0ac047c' }, { author: { email: '[email protected]', name: 'krzlabrdx', username: 'krzlabrdx' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: false, id: 'b4e64d1e7e580d21645750002c06a6d8d07c6978', message: 'Merge pull request #649 from radixdlt/fix/add-codeowners\n' + '\n' + 'Add network gateway administrator team as CODEOWNERS', timestamp: '2024-02-14T09:47:22+01:00', tree_id: '86b8bff28e593f38f59bd4f7bd085a5d5aab773e', url: 'https://github.com/radixdlt/babylon-gateway/commit/b4e64d1e7e580d21645750002c06a6d8d07c6978' }, { author: { email: '[email protected]', name: 'Paweł Pawelec', username: 'PawelPawelec-RDX' }, committer: { email: '[email protected]', name: 'Paweł Pawelec', username: 'PawelPawelec-RDX' }, distinct: false, id: 'ec1d43e0be2b9236c0f9ab0eff75444f3734c3a1', message: 'add information that multiple requests can target same state version.', timestamp: '2024-02-21T11:28:30+01:00', tree_id: 'eff
release-drafter / update_release_draft
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: RDXWorks-actions/release-drafter@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.