Skip to content

feat(db): health, repair, enrichment + 1454x retrieve speedup #460

feat(db): health, repair, enrichment + 1454x retrieve speedup

feat(db): health, repair, enrichment + 1454x retrieve speedup #460

Workflow file for this run

# GitHub Action that runs PR-Agent on every pull request
# https://qodo-merge-docs.qodo.ai/usage-guide/automations_and_usage/#github-action
on:
pull_request:
types: [opened, reopened, ready_for_review]
issue_comment:
jobs:
pr_agent:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: write
name: Run PR Agent on every pull request, respond to user comments
if: ${{ github.event.sender.type != 'Bot' }}
steps:
- name: PR Agent action step
id: pragent
uses: qodo-ai/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github_action_config.auto_review: "true"
github_action_config.auto_describe: "true"
github_action_config.auto_improve: "true"