mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
11 lines
255 B
YAML
11 lines
255 B
YAML
|
|
name: 'PR Agent'
|
||
|
|
description: 'Summarize, review and suggest improvements for pull requests'
|
||
|
|
inputs:
|
||
|
|
openai-key: # id of input
|
||
|
|
description: 'OpenAI Key'
|
||
|
|
required: true
|
||
|
|
default: ''
|
||
|
|
runs:
|
||
|
|
using: 'docker'
|
||
|
|
image: 'Dockerfile.github_action'
|