mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
Github custom action development
This commit is contained in:
10
action.yaml
Normal file
10
action.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
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'
|
Reference in New Issue
Block a user