Release Drafter #241
Annotations
2 errors and 1 warning
Draft release
Resource not accessible by integration
{
name: 'HttpError',
id: '11911659274',
status: 403,
response: {
url: 'https://api.github.com/repos/homewizard/python-homewizard-energy/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: 'Tue, 19 Nov 2024 11:02:11 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': '8784:3360F1:6F13:D6A8:673C7033',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4879',
'x-ratelimit-reset': '1732015536',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '121',
'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/homewizard/python-homewizard-energy/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.13.1 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: `{"target_commitish":"refs/heads/main","name":"v6.3.1","tag_name":"v6.3.1","body":"## What's changed\\n\\n- #414 Fix coverage issues in tests workflow @DCSBL\\n- #413 Bump the pip group across 1 directory with 5 updates @HiDiHo01\\n- #425 Merge internal into main @DCSBL\\n- #427 Remove support for python 3.10 and 3.11, test on/with 3.13 @DCSBL\\n- #428 Add tests for v2 models @DCSBL\\n- #429 Add test for HomeWizardEnergyV2 @DCSBL\\n\\n## Dependency updates\\n\\n- #401 Bump safety from 3.2.5 to 3.2.7 @dependabot\\n- #404 Bump aiohttp from 3.10.3 to 3.10.5 @dependabot\\n- #403 Bump pylint from 3.2.6 to 3.2.7 @dependabot\\n- #402 Bump syrupy from 4.6.1 to 4.7.1 @dependabot\\n- #405 Bump pytest from 7.4.4 to 8.3.2 @dependabot\\n- #412 Bump pylint from 3.2.7 to 3.3.1 @dependabot\\n- #406 Bump cryptography from 43.0.0 to 43.0.1 @dependabot\\n- #410 Bump multidict from 6.0.5 to 6.1.0 @dependabot\\n- #409 Bump pytest from 8.3.2 to 8.3.3 @dependabot\\n- #415 Bump codecov/codecov-action from 4.5.0 to 4.6.0 @dependabot\\n- #416 Bump aiohttp from 3.10.8 to 3.10.10 @dependabot\\n- #417 Bump blacken-docs from 1.18.0 to 1.19.1 @dependabot\\n- #419 Bump vulture from 2.11 to 2.13 @dependabot\\n- #421 Bump syrupy from 4.7.1 to 4.7.2 @dependabot\\n- #423 Bump pip from 24.2 to 24.3.1 in /.github/workflows @dependabot\\n- #422 Bump safety from 3.2.7 to 3.2.10 @dependabot\\n- #424 Bump poetry from 1.8.3 to 1.8.4 in /.github/workflows @dependabot\\n","draft":true,"prerelease":false,"make_latest":"true"}`,
request: {}
},
event: {
id: '11911659274',
name: 'push',
payload: {
after: '09414a774d9e7cf43781600061fc54f0da3892ee',
base_ref: null,
before: '2cc9ea6cebe46e9dd60f8e57fef1e995fadd285c',
commits: [
{
author: {
email: '[email protected]',
|
Draft release
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/release-drafter/release-drafter/v5.25.0/dist/index.js:8462:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5.25.0/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '11911659274',
name: 'push',
payload: {
after: '09414a774d9e7cf43781600061fc54f0da3892ee',
base_ref: null,
before: '2cc9ea6cebe46e9dd60f8e57fef1e995fadd285c',
commits: [
{
author: {
email: '[email protected]',
name: 'Duco Sebel',
username: 'DCSBL'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '09414a774d9e7cf43781600061fc54f0da3892ee',
message: 'Add test for HomeWizardEnergyV2 (#429)\n' +
'\n' +
'* Add some tests for HomeWizardEnergyV2\r\n' +
'\r\n' +
'* Add tests for token methods\r\n' +
'\r\n' +
'* Fix token not passed\r\n' +
'\r\n' +
'* Finalize tests\r\n' +
'\r\n' +
'* Use correct type for fixtures\r\n' +
'\r\n' +
'* Update _request return type\r\n' +
'\r\n' +
'* Update homewizard_energy/v2/__init__.py',
timestamp: '2024-11-19T11:01:32Z',
tree_id: 'dbd380f7b5f53187ef39cf9c7c4ef53bd7157f35',
url: 'https://github.com/homewizard/python-homewizard-energy/commit/09414a774d9e7cf43781600061fc54f0da3892ee'
}
],
compare: 'https://github.com/homewizard/python-homewizard-energy/compare/2cc9ea6cebe4...09414a774d9e',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: '[email protected]',
name: 'Duco Sebel',
username: 'DCSBL'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '09414a774d9e7cf43781600061fc54f0da3892ee',
message: 'Add test for HomeWizardEnergyV2 (#429)\n' +
'\n' +
'* Add some tests for HomeWizardEnergyV2\r\n' +
'\r\n' +
'* Add tests for token methods\r\n' +
'\r\n' +
'* Fix token not passed\r\n' +
'\r\n' +
'* Finalize tests\r\n' +
'\r\n' +
'* Use correct type for fixtures\r\n' +
'\r\n' +
'* Update _request return type\r\n' +
'\r\n' +
'* Update homewizard_energy/v2/__init__.py',
timestamp: '2024-11-19T11:01:32Z',
tree_id: 'dbd380f7b5f53187ef39cf9c7c4ef53bd7157f35',
url: 'https://github.com/homewizard/python-homewizard-energy/commit/09414a774d9e7cf43781600061fc54f0da3892ee'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/1442744?v=4',
description: 'Get live insight into the energy consumption of your household.',
events_url: 'https://api.github.com/orgs/homewizard/events',
hooks_url: 'https://api.github.com/orgs/homewizard/hooks',
id: 1442744,
issues_url: 'https://api.github.com/orgs/homewizard/issues',
login: 'homewizard',
members_url: 'https://api.github.com/orgs/homewizard/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjE0NDI3NDQ=',
public_members_url: 'https://api.github.com/orgs/homewizard/public_members{/member}',
repos_url: 'https://api.github.com/orgs/homewizard/repos',
url: 'https://api.github.com/orgs/homewizard'
},
pusher: {
email: '[email protected]',
name: 'DCSBL'
},
ref: 'refs/heads/main',
repository: {
allow_forking: true,
|
Draft release
The following actions use a deprecated Node.js version and will be forced to run on node20: release-drafter/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|