danielchalmers/AutoTriage
GitHub Action for AI-assisted issue and pull request triage using a repository-defined prompt.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| additional-instructions | Extra prompt instructions for this run. | no | — |
| budget-scale | Multiplier for prompt context limits. | no | 1 |
| db-path | Path to the triage history JSON file. | no | — |
| dry-run | Log planned actions without applying changes. | no | false |
| extended | Broaden backlog auto-discovery. | no | false |
| issues | Space or comma separated issue or PR numbers. | no | — |
| max-fast-runs | Maximum fast-model analyses per run. | no | 100 |
| max-pro-runs | Maximum review-model analyses per run. | no | 20 |
| model-fast | Fast-pass model. Leave blank to skip. | no | "" |
| model-pro | Review model for final planning. | no | gemini-3.5-flash-lite |
| prompt-path | Repo-relative path to the triage prompt. | no | .github/AutoTriage.prompt |
| strict-mode | Fail the job when any item analysis fails. | no | false |
Outputs
no outputs