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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENPersonal access token (PAT) used for GitHub API authentication. This token is required to create pull requests and handle other repository interactions.yes
OPENAI_API_KEYAPI key for OpenAI, enabling interactions with the ChatGPT service to generate code based on issue descriptions.yes
LABELThe label assigned to GitHub issues that should be processed by the AutoCoder action. Only issues with this label will trigger the code generation process.yesautocoder-bot
REPOSITORYThe repository to run the action onyes
ISSUE_NUMBERThe issue number to generate code foryes
SCRIPT_PATHPath to the script that interacts with ChatGPTyes./scripts/script.sh

no outputs