|
55 | 55 | if: steps.check.outputs.is_agent_comment == 'true' |
56 | 56 | uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 |
57 | 57 | with: |
58 | | - path: .github/pr-review-memory.db |
| 58 | + path: .github/workflows/agents/pr-review-memory.db |
59 | 59 | key: pr-review-memory-${{ github.repository }} |
60 | 60 | restore-keys: | |
61 | 61 | pr-review-memory-${{ github.repository }} |
|
89 | 89 | if: steps.check.outputs.is_agent_comment == 'true' |
90 | 90 | uses: actions/cache/save@v4 |
91 | 91 | with: |
92 | | - path: .github/pr-review-memory.db |
| 92 | + path: .github/workflows/agents/pr-review-memory.db |
93 | 93 | key: pr-review-memory-${{ github.repository }} |
94 | 94 |
|
95 | 95 | # ========================================================================== |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | - name: Restore reviewer memory database |
132 | 132 | uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 |
133 | 133 | with: |
134 | | - path: .github/pr-review-memory.db |
| 134 | + path: .github/workflows/agents/pr-review-memory.db |
135 | 135 | key: pr-review-memory-${{ github.repository }} |
136 | 136 | restore-keys: | |
137 | 137 | pr-review-memory-${{ github.repository }} |
@@ -203,7 +203,7 @@ jobs: |
203 | 203 | if: always() |
204 | 204 | uses: actions/cache/save@v4 |
205 | 205 | with: |
206 | | - path: .github/pr-review-memory.db |
| 206 | + path: .github/workflows/agents/pr-review-memory.db |
207 | 207 | key: pr-review-memory-${{ github.repository }} |
208 | 208 |
|
209 | 209 | - name: Add completion reaction |
|
0 commit comments