act-house-engineering/ACT Junior
An AI assistant that autonomously solves issues, responds to comments, and creates pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 16, 2025
- License
- None
Pinned Snippet
uses: act-house-engineering/act-junior-action@270f11ba0fa41dc375265755abffb161e00ecb1d # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with repository access permissions | yes | — |
| anthropic-api-key | Anthropic API key for Claude models | yes | — |
| trigger-keyword | Keyword to trigger the action (e.g., @act-junior) | no | @act-junior |
| aider-model | AI model to use with Aider | no | claude-3-5-sonnet-20241022 |
| bot-username | Name to show for bot comments | no | 🧒 ACT Junior |
| git-email | Email to use for git commits | no | beta@act.house |
| task-file | Path to the task file for AI verification | no | "" |
Outputs
| name | description |
|---|---|
| pull-request-url | URL of the created pull request |
| success | Whether the action completed successfully |
| modified-files | List of files modified by the action |