Skip to content

test(code-intel): fix 9 pre-existing SemanticSearchManager test failures #17

test(code-intel): fix 9 pre-existing SemanticSearchManager test failures

test(code-intel): fix 9 pre-existing SemanticSearchManager test failures #17

Workflow file for this run

name: Droid Auto Review
on:
pull_request:
types: [opened, ready_for_review, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
droid-review:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
id-token: write
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v5
with:
fetch-depth: 1
- name: Run Droid Auto Review
uses: Factory-AI/droid-action@v3
with:
factory_api_key: ${{ secrets.FACTORY_API_KEY }}
automatic_review: false