From 5833f2312b270ed0a7bed95142acd41938ac90d6 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Fri, 3 Apr 2026 14:38:08 -0700 Subject: [PATCH] fix: removing action --- .github/workflows/qodo_review.yml | 27 --------------------------- .pr_agent.toml | 5 ----- 2 files changed, 32 deletions(-) delete mode 100644 .github/workflows/qodo_review.yml delete mode 100644 .pr_agent.toml diff --git a/.github/workflows/qodo_review.yml b/.github/workflows/qodo_review.yml deleted file mode 100644 index ede11fd..0000000 --- a/.github/workflows/qodo_review.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: PR Agent (Gemini) - -on: - pull_request: - types: [opened, reopened, ready_for_review, synchronize] - issue_comment: - -jobs: - pr_agent_job: - if: ${{ github.event.sender.type != 'Bot' }} - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - contents: write - steps: - - name: PR Agent action step - uses: qodo-ai/pr-agent@main - env: - GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }} - config.model: "gemini/gemini-1.5-flash" - config.git_provider: "gitea" - config.fallback_models: '["gemini/gemini-1.5-flash"]' - GOOGLE_AI_STUDIO.GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} - github_action_config.auto_review: "true" - github_action_config.auto_describe: "true" - github_action_config.auto_improve: "true" diff --git a/.pr_agent.toml b/.pr_agent.toml deleted file mode 100644 index 0b3bc8e..0000000 --- a/.pr_agent.toml +++ /dev/null @@ -1,5 +0,0 @@ -[pr_reviewer] -extra_instructions = "This is a Go project for a vim-like text editor. Focus on performance, concurrency, and efficient TUI rendering." - -[pr_description] -publish_description_as_comment = true