divyesh-5981/Signal-OSS Issue Triage
Scores GitHub issues for actionability and posts a missing-info checklist
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token (defaults to GITHUB_TOKEN) | no | ${{ github.token }} |
| dry-run | If true, skip posting comment and applying labels | no | false |
| enable-comments | If false, skip posting the checklist comment | no | true |
| enable-labels | If false, skip label management | no | true |
| label-name | Name of the label to apply when checklist has items | no | needs-info |
| model | LLM model identifier (used in Phase 4) | no | "" |
| gray-zone-low | Lower bound of gray zone (inclusive) | no | 4 |
| gray-zone-high | Upper bound of gray zone (inclusive) | no | 6 |
| max-body-bytes | Maximum issue body bytes to analyze (truncated before scoring) | no | 10000 |
| enable-tier3-llm | If true, the Tier-3 (CONTRIBUTING.md → LLM extraction) strategy is enabled when conditions hold; if false, the chain falls through to Tier-4 baseline. | no | true |
Outputs
no outputs