File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131 ref : refs/pull/${{ github.event.pull_request.number }}/merge
3232 persist-credentials : false
3333
34- - name : Checkout Trusted Reviewbot (Base Branch)
34+ - name : Checkout Reviewbot (Base Branch)
3535 uses : actions/checkout@v7
3636 with :
3737 sparse-checkout : |
3838 tools/private/reviewbot
39- path : trusted- reviewbot
39+ path : reviewbot
4040
4141 - name : Install uv
4242 uses : astral-sh/setup-uv@v8.1.0
5353 GEMINI_API_KEY : ${{ secrets.GEMINI_API_KEY }}
5454 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5555 run : |
56- uv run trusted- reviewbot/tools/private/reviewbot/antigravity_review.py \
57- --prompt trusted- reviewbot/tools/private/reviewbot/prompt.txt
56+ uv run reviewbot/tools/private/reviewbot/antigravity_review.py \
57+ --prompt reviewbot/tools/private/reviewbot/prompt.txt
You can’t perform that action at this time.
0 commit comments