add bedrock blueprint doc (#1429) #2
draft-release-notes-workflow.yml
on: push
Update draft release notes
25s
Annotations
2 errors
Update draft release notes
Resource not accessible by integration
{
name: 'HttpError',
id: '6434798902',
status: 403,
response: {
url: 'https://api.github.com/repos/austintlee/ml-commons/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: 'Fri, 06 Oct 2023 17:42:34 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',
'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': '87C1:27B4:4458EF:8AA723:65204709',
'x-ratelimit-limit': '1000',
'x-ratelimit-remaining': '997',
'x-ratelimit-reset': '1696617731',
'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/austintlee/ml-commons/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.1 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"target_commitish":"refs/heads/main","name":"Version (set here)","tag_name":"(None)","body":"Compatible with OpenSearch (**set version here**).\\n* No changes\\n","draft":true,"prerelease":false}',
request: {}
},
event: {
id: '6434798902',
name: 'push',
payload: {
after: 'ed6b080989f8e108482fd1865c34f9e324deecff',
base_ref: null,
before: 'ff0d73460ee03e7f550c9383529a6627f4ac7ed3',
commits: [
{
author: {
email: '[email protected]',
name: 'Kalyan',
username: 'rawwar'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '358354c6aff10353ee2c08d64456d339b505ec74',
message: 'fix spelling (#1363)\n' +
'\n' +
'Signed-off-by: Kalyan <[email protected]>',
timestamp: '2023-09-25T12:34:40-07:00',
tree_id: 'f22ad5a40869942d3da5d7daac58b823b23e9e07',
url: 'https://github.com/austintlee/ml-commons/commit/358354c6aff10353ee2c08d64456d339b505ec74'
},
{
author: {
email: '[email protected]',
name: 'zane-neo',
username: 'zane-neo'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'b48546ae89a51f303ef23ac8d605e3e343b67b34',
message: 'Add neural search default processor for non OpenAI/Cohere scenario (#1274)\n' +
'\n' +
'* Add neural search default pre/post process function support\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* Fix UT failures\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <z
|
Update draft release notes
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/release-drafter/release-drafter/v5/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/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '6434798902',
name: 'push',
payload: {
after: 'ed6b080989f8e108482fd1865c34f9e324deecff',
base_ref: null,
before: 'ff0d73460ee03e7f550c9383529a6627f4ac7ed3',
commits: [
{
author: {
email: '[email protected]',
name: 'Kalyan',
username: 'rawwar'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '358354c6aff10353ee2c08d64456d339b505ec74',
message: 'fix spelling (#1363)\n' +
'\n' +
'Signed-off-by: Kalyan <[email protected]>',
timestamp: '2023-09-25T12:34:40-07:00',
tree_id: 'f22ad5a40869942d3da5d7daac58b823b23e9e07',
url: 'https://github.com/austintlee/ml-commons/commit/358354c6aff10353ee2c08d64456d339b505ec74'
},
{
author: {
email: '[email protected]',
name: 'zane-neo',
username: 'zane-neo'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'b48546ae89a51f303ef23ac8d605e3e343b67b34',
message: 'Add neural search default processor for non OpenAI/Cohere scenario (#1274)\n' +
'\n' +
'* Add neural search default pre/post process function support\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* Fix UT failures\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* Address PR comment to remove nonJson response case\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* Fix low code coverage issue\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* fix format issue\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* Try to fix classNotFound issue in IT\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* revert Try to fix classNotFound issue in IT\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* Change gson dependency to compileOnly\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* Change default pre/post process function name\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* Address code review comments\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* Make preprocess function to default\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* Remove GsonUtil since there already a single instance in StringUtils\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* Fix UT failures\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'* Address comments\r\n' +
'\r\n' +
'Signed-off-by: zane-neo <[email protected]>\r\n' +
'\r\n' +
'*
|