From 774966fd4b66ff9d3ca93a2c5eb1f95994d1dcf8 Mon Sep 17 00:00:00 2001 From: Eric Fan Date: Fri, 5 Jun 2026 17:29:15 -0700 Subject: [PATCH] feat: add .github/workflows/factory-eric-test-ci.yml (Factory automation) --- .github/workflows/factory-eric-test-ci.yml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/factory-eric-test-ci.yml diff --git a/.github/workflows/factory-eric-test-ci.yml b/.github/workflows/factory-eric-test-ci.yml new file mode 100644 index 0000000..ec019b4 --- /dev/null +++ b/.github/workflows/factory-eric-test-ci.yml @@ -0,0 +1,25 @@ +# factory-automation: 1578925c-d85e-4d1a-ab41-2d11f7ba466f +name: Eric Test CI +"on": + workflow_dispatch: {} + pull_request: + types: + - opened +permissions: + contents: read + pull-requests: write + issues: write +jobs: + run: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Run Factory droid-action + uses: Factory-AI/droid-action@main + with: + org_id: ${{ secrets.FACTORY_ORG_ID }} + api_key: ${{ secrets.FACTORY_API_KEY }} + automatic_review: true + automatic_security_review: true + prompt: Automatic code review with security review enabled on pull requests.