huerkan-utan/AutoCoder
Generate code using OpenAI and package it as an artifact
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Token used for GitHub API authentication. | yes | — |
| OPENAI_API_KEY | API key for OpenAI to generate code based on issue descriptions. | yes | — |
| REPOSITORY | Repository in the format owner/repo where code will be generated. | yes | — |
| ISSUE_NUMBER | The issue number that triggered the action. | yes | — |
| SCRIPT_PATH | Path to the shell script that interacts with ChatGPT. | yes | ./scripts/script.sh |
| LABEL | The label that triggers code generation. | yes | autocoder-bot |
Outputs
| name | description |
|---|---|
| artifact-name | Name of the artifact |