diff --git a/.fullsend/config.yaml b/.fullsend/config.yaml index ceeef00..ca5ddac 100644 --- a/.fullsend/config.yaml +++ b/.fullsend/config.yaml @@ -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 diff --git a/.fullsend/harness/review.yaml b/.fullsend/harness/review.yaml new file mode 100644 index 0000000..676db8f --- /dev/null +++ b/.fullsend/harness/review.yaml @@ -0,0 +1,4 @@ +base: https://raw.githubusercontent.com/fullsend-ai/agents/ec2f8a5b4369b844323ee1ee87c1d4a599a42817/harness/review.yaml#sha256=ef5b7ed3e85a1e6d11af8918e3a5a462c7729fdc3d86b70bc2a2d23e3ada2a6f + +model: sonnet +timeout_minutes: 45 diff --git a/.github/workflows/fullsend.yaml b/.github/workflows/fullsend.yaml index 50b356a..a81b41e 100644 --- a/.github/workflows/fullsend.yaml +++ b/.github/workflows/fullsend.yaml @@ -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 diff --git a/.github/workflows/prioritize.yml b/.github/workflows/prioritize.yml index f17e859..7321321 100644 --- a/.github/workflows/prioritize.yml +++ b/.github/workflows/prioritize.yml @@ -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 }}