jaunger-app/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
REPOSITORYThe repository where the action will be executed.yes
ISSUE_NUMBERThe number of the issue that triggered the action.yes
OPENAI_API_KEYAPI key for OpenAI, enabling interactions with the ChatGPT service to generate code based on issue descriptions.yes
SCRIPT_PATHThe path to the script that interacts with ChatGPT and generates code.noscripts/script.sh
LABELLabel that triggers and identifies pull requests created by this action.noautocoder-bot
namedescription
pull_request_urlThe URL of the pull request that has been automatically created, containing the auto-generated code for review and potential merging.