diff --git a/.github/workflows/agents/pr-review-feedback.yaml b/.github/workflows/agents/pr-review-feedback.yaml index b1efc27f4..7ffa63cdb 100644 --- a/.github/workflows/agents/pr-review-feedback.yaml +++ b/.github/workflows/agents/pr-review-feedback.yaml @@ -18,7 +18,7 @@ agents: toolsets: - type: memory - path: .github/pr-review-memory.db + path: pr-review-memory.db - type: shell permissions: diff --git a/.github/workflows/agents/pr-review.yaml b/.github/workflows/agents/pr-review.yaml index 7473d39a9..f8540d6c3 100644 --- a/.github/workflows/agents/pr-review.yaml +++ b/.github/workflows/agents/pr-review.yaml @@ -76,7 +76,7 @@ agents: tools: [read_file, read_multiple_files, list_directory, directory_tree] - type: shell - type: memory - path: .github/pr-review-memory.db + path: pr-review-memory.db drafter: model: sonnet diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 93e2cd195..93964e572 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -55,7 +55,7 @@ jobs: if: steps.check.outputs.is_agent_comment == 'true' uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: - path: .github/pr-review-memory.db + path: .github/workflows/agents/pr-review-memory.db key: pr-review-memory-${{ github.repository }} restore-keys: | pr-review-memory-${{ github.repository }} @@ -89,7 +89,7 @@ jobs: if: steps.check.outputs.is_agent_comment == 'true' uses: actions/cache/save@v4 with: - path: .github/pr-review-memory.db + path: .github/workflows/agents/pr-review-memory.db key: pr-review-memory-${{ github.repository }} # ========================================================================== @@ -131,7 +131,7 @@ jobs: - name: Restore reviewer memory database uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 with: - path: .github/pr-review-memory.db + path: .github/workflows/agents/pr-review-memory.db key: pr-review-memory-${{ github.repository }} restore-keys: | pr-review-memory-${{ github.repository }} @@ -203,7 +203,7 @@ jobs: if: always() uses: actions/cache/save@v4 with: - path: .github/pr-review-memory.db + path: .github/workflows/agents/pr-review-memory.db key: pr-review-memory-${{ github.repository }} - name: Add completion reaction