samyuan1990/OpenAI_CodeAgent-action
Smart lint with LLM
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dryRun | dryRun option | — | — |
| maxIterations | an optional setting for the maximum number of iterations we invokes openAI endpoint | — | — |
| githubIssueReport | report LLM response via new github issue | — | — |
| output_path | an optional setting for archive LLM response | — | — |
| token | token for github | — | ${{ github.token }} |
| github_repo | github_repository | — | ${{ github.repository }} |
| baseURL | url for your openAI API endpoint | — | — |
| apiKey | apikey for your openAI API endpoint | — | — |
| model | the model we are going to interact with openAI API endpoint | — | — |
| prompt | the prompt string your are going to talk with openAI API endpoint | — | — |
| runType | action type, jsunittest or godoc | — | — |
| dirPath | the dir path of your source code | — | — |
| deploymentfile | the deployment yaml if you use CVE2Deployment | — | — |
Outputs
no outputs