Skip to content

[AV-130114] Add unit tests for enum walker #84

[AV-130114] Add unit tests for enum walker

[AV-130114] Add unit tests for enum walker #84

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: read
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: true
allowed_bots: "factory-droid[bot]"