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
7 changes: 4 additions & 3 deletions .github/workflows/codeboarding-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
# Exercise https://github.com/CodeBoarding/CodeBoarding-action/pull/120.
- uses: CodeBoarding/CodeBoarding-action@refs/pull/120/head
# Keep the action ref, provider, and depth aligned with codeboarding-sync.yml
# so reviews reuse the graph published by sync instead of rebuilding it.
- uses: CodeBoarding/CodeBoarding-action@v1
with:
mode: review
llm: hosted
depth_cap: 3
depth_cap: 2
2 changes: 2 additions & 0 deletions .github/workflows/codeboarding-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
# Keep the action ref, provider, and depth aligned with codeboarding-review.yml.
- uses: CodeBoarding/CodeBoarding-action@v1
with:
mode: sync
depth_cap: 2
force_full: ${{ inputs.force_full || false }}
target_branch: 'main'
# CodeBoarding's free hosted tier. No secret to add: the run authenticates
Expand Down
Loading