Merge pull request #27 from FacerAin/feat/agent #19
release-drafter.yml
on: push
update_release_draft
5s
Annotations
2 errors
update_release_draft
Resource not accessible by integration
{
name: 'HttpError',
id: '7116429446',
status: 403,
response: {
url: 'https://api.github.com/repos/FacerAin/khugpt-agent/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, 06 Dec 2023 15:11: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': '1B84:5982:28AA27:53B07A:65708F3D',
'x-ratelimit-limit': '1000',
'x-ratelimit-remaining': '997',
'x-ratelimit-reset': '1701879115',
'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/FacerAin/khugpt-agent/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/main","name":"v0.1.0","tag_name":"v0.1.0","body":"## What’s Changed\\n\\n* feat: update agent model to OpenAIFunctionsAgent (#27) @FacerAin\\n* [#23] Add LLM Caching (#26) @FacerAin\\n* [#14] Add ExecutorAgent (#25) @FacerAin\\n* Update build.yml (#22) @FacerAin\\n* [#20] feat: add build.yml for github action (#21) @FacerAin\\n* [#15] feat: add Dockerfile (#16) @FacerAin\\n* Update endpoint for similarity_search (#13) @FacerAin\\n* [#11] feat: add dockerfile (#12) @FacerAin\\n* Implement Retrieval System using pinecone (#10) @FacerAin\\n* Implement simple agent system for RAG (#7) @FacerAin\\n* Add fastapi endpoint baseline (#5) @FacerAin\\n","draft":true,"prerelease":false}',
request: {}
},
event: {
id: '7116429446',
name: 'push',
payload: {
after: '6f4a0e71ffd3a09e0728269b1c86e38fae5f021e',
base_ref: null,
before: 'c8b81d42ceb5d5500402166c95f2667c75a99517',
commits: [
{
author: {
email: 'ywsong.dev@kakao.com',
name: 'FacerAin',
username: 'FacerAin'
},
committer: {
email: 'ywsong.dev@kakao.com',
name: 'FacerAin',
username: 'FacerAin'
},
distinct: false,
id: '90c1309ef562efa98ee43b5a930da469dca6817c',
message: 'chore: fix unused objects',
timestamp: '2023-12-06T22:25:33+09:00',
tree_id: 'e64e08b0f724ea395b807aedd0b95fdd2b8aa5f1',
url: 'https://github.com/FacerAin/khugpt-agent/commit/90c1309ef562efa98ee43b5a930da469dca6817c'
},
{
author: {
email: 'ywsong.dev@kakao.com',
name: 'FacerAin',
username: 'FacerAin'
},
committer: {
email: 'ywsong.dev@kakao.com',
name: 'FacerAin',
username: 'FacerAin'
},
|
update_release_draft
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/release-drafter/release-drafter/v5.23.0/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.23.0/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '7116429446',
name: 'push',
payload: {
after: '6f4a0e71ffd3a09e0728269b1c86e38fae5f021e',
base_ref: null,
before: 'c8b81d42ceb5d5500402166c95f2667c75a99517',
commits: [
{
author: {
email: 'ywsong.dev@kakao.com',
name: 'FacerAin',
username: 'FacerAin'
},
committer: {
email: 'ywsong.dev@kakao.com',
name: 'FacerAin',
username: 'FacerAin'
},
distinct: false,
id: '90c1309ef562efa98ee43b5a930da469dca6817c',
message: 'chore: fix unused objects',
timestamp: '2023-12-06T22:25:33+09:00',
tree_id: 'e64e08b0f724ea395b807aedd0b95fdd2b8aa5f1',
url: 'https://github.com/FacerAin/khugpt-agent/commit/90c1309ef562efa98ee43b5a930da469dca6817c'
},
{
author: {
email: 'ywsong.dev@kakao.com',
name: 'FacerAin',
username: 'FacerAin'
},
committer: {
email: 'ywsong.dev@kakao.com',
name: 'FacerAin',
username: 'FacerAin'
},
distinct: false,
id: '64c81ea94852df83198f4c88f56e2ece31de45a0',
message: 'feat: update agent model to OpenAIFunctionsAgent',
timestamp: '2023-12-07T00:10:48+09:00',
tree_id: 'ef5a0db0b6bd420e79bdcdd245734d5db4a78cbb',
url: 'https://github.com/FacerAin/khugpt-agent/commit/64c81ea94852df83198f4c88f56e2ece31de45a0'
},
{
author: {
email: 'ywsong.dev@kakao.com',
name: 'Yong woo Song',
username: 'FacerAin'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '6f4a0e71ffd3a09e0728269b1c86e38fae5f021e',
message: 'Merge pull request #27 from FacerAin/feat/agent\n' +
'\n' +
'feat: update agent model to OpenAIFunctionsAgent',
timestamp: '2023-12-07T00:11:40+09:00',
tree_id: 'ef5a0db0b6bd420e79bdcdd245734d5db4a78cbb',
url: 'https://github.com/FacerAin/khugpt-agent/commit/6f4a0e71ffd3a09e0728269b1c86e38fae5f021e'
}
],
compare: 'https://github.com/FacerAin/khugpt-agent/compare/c8b81d42ceb5...6f4a0e71ffd3',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: 'ywsong.dev@kakao.com',
name: 'Yong woo Song',
username: 'FacerAin'
},
committer: {
email: 'noreply@github.com',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '6f4a0e71ffd3a09e0728269b1c86e38fae5f021e',
message: 'Merge pull request #27 from FacerAin/feat/agent\n' +
'\n' +
'feat: update agent model to OpenAIFunctionsAgent',
timestamp: '2023-12-07T00:11:40+09:00',
tree_id: 'ef5a0db0b6bd420e79bdcdd245734d5db4a78cbb',
url: 'https://github.com/FacerAin/khugpt-agent/commit/6f4a0e71ffd3a09e0728269b1c86e38fae5f021e'
},
pusher: { email: 'ywsong.dev@kakao.com', name: 'FacerAin' },
ref: 'refs/heads/main',
repository: {
allow_forking: true,
archive_url: 'https://api.github.com/repos/FacerAin/khugpt-agent/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/FacerAin/khugpt-agent/assignees{/user}',
blobs_url: 'https://api.github.com/repos/FacerAin/khugpt-agent/git/blobs{/sha}',
branches_url: 'https://api.github.com/rep
|