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
4 changes: 4 additions & 0 deletions .github/workflows/build-protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
add: '["livekit-protocol/"]'
default_author: github_actions
message: generated protobuf
# Skip the default `git fetch --tags --force`: on this repo it pulls
# 100+ refs at once and the action aborts before committing. Committing
# generated stubs onto the PR head branch doesn't need a full fetch.
fetch: false

build_wheels:
name: Build Protocol wheel/sdist
Expand Down
12 changes: 6 additions & 6 deletions livekit-protocol/livekit/protocol/metrics.py

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

8 changes: 6 additions & 2 deletions livekit-protocol/livekit/protocol/metrics.pyi

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

302 changes: 151 additions & 151 deletions livekit-protocol/livekit/protocol/models.py

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions livekit-protocol/livekit/protocol/models.pyi

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

Loading