kcharymyrat/AutoCoder
This action automates the process of generating code from GitHub issues using OpenAIs ChatGPT and subsequently creates a pull request with the generated code for review.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Personal access token (PAT) used for GitHub API authentication. This token is required to create pull requests and handle other repository interactions. | yes | — |
| OPENAI_API_KEY | API key for OpenAI, enabling interactions with the ChatGPT service to generate code based on issue descriptions. | yes | — |
| LABEL | The label assigned to GitHub issues that should be processed by the AutoCoder action. Only issues with this label will trigger the code generation process. | yes | autocoder-bot |
| REPOSITORY | The repository to run the action on | yes | — |
| ISSUE_NUMBER | The issue number to generate code for | yes | — |
| SCRIPT_PATH | Path to the script that interacts with ChatGPT | yes | ./scripts/script.sh |
Outputs
no outputs