FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-uv/.github/workflows/pr-agent.yml at main · a5chin/python-uv · GitHub
a5chin
/
python-uv
Public
Notifications
You must be signed in to change notification settings
Fork
67
Star
374
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-uv
/
.github
/
workflows
/
pr-agent.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
37 lines (32 loc) · 988 Bytes
Breadcrumbs
python-uv
/
.github
/
workflows
/
pr-agent.yml
Copy path
File metadata and controls
37 lines (32 loc) · 988 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name
:
PR Agent
on
:
issue_comment
:
types
:
-
created
pull_request
:
types
:
-
opened
-
synchronize
permissions
:
contents
:
write
issues
:
write
pull-requests
:
write
jobs
:
pr_agent_job
:
runs-on
:
ubuntu-latest
if
:
${{ github.event.sender.type != 'Bot' }}
steps
:
-
name
:
PR Agent Action Step
uses
:
qodo-ai/pr-agent@v0.31
env
:
CONFIG.CUSTOM_MODEL_MAX_TOKENS
:
64000
CONFIG.MODEL
:
"
gemini/gemini-2.5-flash
"
GITHUB_ACTION.AUTO_DESCRIBE
:
true
GITHUB_ACTION.AUTO_IMPROVE
:
false
GITHUB_ACTION.AUTO_REVIEW
:
false
GITHUB_ACTION.HANDLE_PUSH_TRIGGER
:
true
GITHUB_ACTION.PUSH_COMMANDS
:
'
["/describe"]
'
GITHUB_ACTION_CONFIG.PR_ACTIONS
:
'
["opened", "synchronize"]
'
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GOOGLE_AI_STUDIO.GEMINI_API_KEY
:
${{ secrets.GEMINI_API_KEY }}
PR_CODE_SUGGESTIONS.COMMITABLE_CODE_SUGGESTIONS
:
true
Back
|
FazBrowse Home
|
New Git URL