name: Devin Review on: pull_request: types: [opened, synchronize, reopened] jobs: devin-review: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20' - name: Run Devin Review run: npx devin-review ${{ github.event.pull_request.html_url }}