fix: removing action
This commit is contained in:
parent
194b848d6b
commit
5833f2312b
27
.github/workflows/qodo_review.yml
vendored
27
.github/workflows/qodo_review.yml
vendored
@ -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"
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user