alyonaklekovkina/AutoCoder
Generates code from GitHub issues using ChatGPT and creates a pull request.
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. | yes | — |
| REPOSITORY | Repository where the action will be executed (e.g., user/repo). | yes | — |
| ISSUE_NUMBER | Issue number that triggered the action. | yes | — |
| OPENAI_API_KEY | API key for OpenAI to generate code. | yes | — |
| SCRIPT_PATH | Path to the script that generates code. | yes | ./scripts/script.sh |
| LABEL | Label that triggers the action. | yes | autocoder-bot |
Outputs
no outputs