Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches: ['ci/**', 'main']
pull_request:
branches: ['main']
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semantic-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
style
test
chore
bump
# sdk: cozeloop-ai, cozeloop-langchain, etc
# infra: rush update, {eslint,ts,vitest}-config, prettier etc
# tools: ci-tools, etc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CozeLoop Monorepo

[![codecov](https://codecov.io/gh/coze-dev/cozeloop-js/branch/main/graph/badge.svg)](https://codecov.io/gh/coze-dev/cozeloop-js)
[![CI](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yml)
[![CI](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yaml/badge.svg)](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yaml)

English | [简体中文](./README.zh-CN.md)

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CozeLoop Monorepo

[![codecov](https://codecov.io/gh/coze-dev/cozeloop-js/branch/main/graph/badge.svg)](https://codecov.io/gh/coze-dev/cozeloop-js)
[![CI](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yml)
[![CI](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yaml/badge.svg)](https://github.com/coze-dev/cozeloop-js/actions/workflows/ci.yaml)

[English](./README.md) | 简体中文

Expand Down
17 changes: 9 additions & 8 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cozeloop-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@opentelemetry/sdk-node": "~0.57.2",
"@opentelemetry/sdk-trace-base": "~1.30.1",
"@opentelemetry/sdk-trace-node": "~1.30.1",
"form-data": "^4.0.2",
"form-data": "^4.0.4",
"jsonwebtoken": "^9.0.2",
"nanoid": "^3.x",
"node-fetch": "^2.x",
Expand Down
Loading