nalbion/Auto-GPT-Action
A GitHub Action that uses runs Auto-GPT to follow instructions in the issue description.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai_key | The OpenAI API key. | yes | — |
| issue_body | The body of the issue. | yes | — |
| issue_number | The number of the issue. | yes | — |
| ai_role | The role of the AI. | — | I want you to act as a software developer who is willing to review the issue described and commit appropriate fixes on a feature branch. When files are mentioned in the goals you will check to see if they exist, and modify them as necessary instead of creating new files. You will run the tests and iterate until all tests pass and then you will exit. |
Outputs
| name | description |
|---|---|
| commit_message | The commit message generated by Auto-GPT. |
| comment_message | The comment message generated by Auto-GPT-Action. |