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
3 changes: 3 additions & 0 deletions .fullsend/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# See https://fullsend.sh/docs/guides/infrastructure/layered-config-reference
version: '1'
runtime: claude
agents:
- name: review
source: harness/review.yaml
roles:
- triage
- coder
Expand Down
4 changes: 4 additions & 0 deletions .fullsend/harness/review.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
base: https://raw.githubusercontent.com/fullsend-ai/agents/ec2f8a5b4369b844323ee1ee87c1d4a599a42817/harness/review.yaml#sha256=ef5b7ed3e85a1e6d11af8918e3a5a462c7729fdc3d86b70bc2a2d23e3ada2a6f

model: sonnet
timeout_minutes: 45
2 changes: 1 addition & 1 deletion .github/workflows/fullsend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
issues: write
packages: read
pull-requests: write
uses: fullsend-ai/fullsend/.github/workflows/reusable-dispatch.yml@094191b0151e3261d65ce2b032a4586654eb44ab # v0.41.0
uses: fullsend-ai/fullsend/.github/workflows/reusable-dispatch.yml@4665685a1d9d471a7a044908a68f00bed78caba7 # v0.42.0
with:
event_action: ${{ github.event.action }}
install_mode: per-repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prioritize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ concurrency:

jobs:
prioritize:
uses: fullsend-ai/fullsend/.github/workflows/reusable-prioritize.yml@094191b0151e3261d65ce2b032a4586654eb44ab # v0.41.0
uses: fullsend-ai/fullsend/.github/workflows/reusable-prioritize.yml@4665685a1d9d471a7a044908a68f00bed78caba7 # v0.42.0
with:
event_type: ${{ inputs.event_type }}
source_repo: ${{ inputs.source_repo }}
Expand Down
Loading