Update dev dependencies #7
Annotations
2 errors
Run release-drafter/release-drafter@v6
Resource not accessible by integration
{
name: 'HttpError',
id: '7957781639',
status: 403,
response: {
url: 'https://api.github.com/repos/maread99/valimp/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: 'Mon, 19 Feb 2024 10:05:21 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': 'F81C:0B80:1C278D4:38AB197:65D327E1',
'x-ratelimit-limit': '1000',
'x-ratelimit-remaining': '997',
'x-ratelimit-reset': '1708340719',
'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'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/maread99/valimp/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.8.1 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: `{"target_commitish":"refs/heads/main","name":"v0.2.1 ✅","tag_name":"0.2.1","body":"# What's Changed\\n\\n## New Features\\n\\n* Add support for *args and **kwargs and also dataclasses (#9) @maread99\\n","draft":true,"prerelease":false,"make_latest":"true"}`,
request: {}
},
event: {
id: '7957781639',
name: 'push',
payload: {
after: '81acc70abcacda129f2c61608419869ed7d867f1',
base_ref: null,
before: 'a7b11ecebb65afb46652e9ebb74d83a984b7f9db',
commits: [
{
author: {
email: 'marcusaread@gmail.com',
name: 'Marcus Read',
username: 'maread99'
},
committer: {
email: 'marcusaread.gh@proton.me',
name: 'Marcus Read',
username: 'maread99'
},
distinct: true,
id: 'd69bbd17d00ec21ef79ac956bcaf8882a7f3f446',
message: 'Update workflows',
timestamp: '2024-02-19T10:05:08Z',
tree_id: '0aba115a9d301141c54726f756b7b0d2df7aef9b',
url: 'https://github.com/maread99/valimp/commit/d69bbd17d00ec21ef79ac956bcaf8882a7f3f446'
},
{
author: {
email: 'marcusaread@gmail.com',
name: 'Marcus Read',
username: 'maread99'
},
committer: {
email: 'marcusaread.gh@proton.me',
name: 'Marcus Read',
username: 'maread99'
},
distinct: true,
id: 'b12eafd56d190829881b9eb47c8b8473edc5b695',
message: 'Add `parse_cls` decorator for dataclasses\n' +
'\n' +
'Adds `parse_cls` decorator to use same funcionality with\n' +
'`dataclasses.dataclass`.\n' +
'\n' +
'Updates tests, README and tutorial.',
timestamp: '2024-02-19T10:05:08Z',
tree_id: '17501930674cb281246e7a7e54073e1aa19f84f4',
|
Run release-drafter/release-drafter@v6
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/release-drafter/release-drafter/v6/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/v6/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '7957781639',
name: 'push',
payload: {
after: '81acc70abcacda129f2c61608419869ed7d867f1',
base_ref: null,
before: 'a7b11ecebb65afb46652e9ebb74d83a984b7f9db',
commits: [
{
author: {
email: 'marcusaread@gmail.com',
name: 'Marcus Read',
username: 'maread99'
},
committer: {
email: 'marcusaread.gh@proton.me',
name: 'Marcus Read',
username: 'maread99'
},
distinct: true,
id: 'd69bbd17d00ec21ef79ac956bcaf8882a7f3f446',
message: 'Update workflows',
timestamp: '2024-02-19T10:05:08Z',
tree_id: '0aba115a9d301141c54726f756b7b0d2df7aef9b',
url: 'https://github.com/maread99/valimp/commit/d69bbd17d00ec21ef79ac956bcaf8882a7f3f446'
},
{
author: {
email: 'marcusaread@gmail.com',
name: 'Marcus Read',
username: 'maread99'
},
committer: {
email: 'marcusaread.gh@proton.me',
name: 'Marcus Read',
username: 'maread99'
},
distinct: true,
id: 'b12eafd56d190829881b9eb47c8b8473edc5b695',
message: 'Add `parse_cls` decorator for dataclasses\n' +
'\n' +
'Adds `parse_cls` decorator to use same funcionality with\n' +
'`dataclasses.dataclass`.\n' +
'\n' +
'Updates tests, README and tutorial.',
timestamp: '2024-02-19T10:05:08Z',
tree_id: '17501930674cb281246e7a7e54073e1aa19f84f4',
url: 'https://github.com/maread99/valimp/commit/b12eafd56d190829881b9eb47c8b8473edc5b695'
},
{
author: {
email: 'marcusaread@gmail.com',
name: 'Marcus Read',
username: 'maread99'
},
committer: {
email: 'marcusaread.gh@proton.me',
name: 'Marcus Read',
username: 'maread99'
},
distinct: true,
id: 'de69629b61edca46d4b980323bd1f40ecd8fcb09',
message: 'Add support for *args and **kwargs\n' +
'\n' +
'Adds support for packing arguments, e.g. *args and **kwargs.\n' +
'\n' +
'Adds new and revises existing tests. Updates README and\n' +
'tutorial.',
timestamp: '2024-02-19T10:05:08Z',
tree_id: '3b8047a138c56087bda9b16f980a8dfaa5c600a4',
url: 'https://github.com/maread99/valimp/commit/de69629b61edca46d4b980323bd1f40ecd8fcb09'
},
{
author: {
email: 'marcusaread@gmail.com',
name: 'Marcus Read',
username: 'maread99'
},
committer: {
email: 'marcusaread.gh@proton.me',
name: 'Marcus Read',
username: 'maread99'
},
distinct: true,
id: '81acc70abcacda129f2c61608419869ed7d867f1',
message: 'Update dev dependencies',
timestamp: '2024-02-19T10:05:08Z',
tree_id: '9cfd1fa057cd92db39a9390d79646aea34bc89d2',
url: 'https://github.com/maread99/valimp/commit/81acc70abcacda129f2c61608419869ed7d867f1'
}
],
compare: 'https://github.com/maread99/valimp/compare/a7b11ecebb65...81acc70abcac',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: 'marcusaread@gmail.com',
name: 'Marcus Read',
username: 'maread99'
},
committer: {
email: 'marcusaread.gh@proton.me',
name: 'Marcus Read',
username: 'maread99'
|
The logs for this run have expired and are no longer available.
Loading