pr-triage-effort/PR Triage by Review Effort
A Github Action that uses custom ML model to analyse the effort required to review a given PR in the repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Used for GitHub API access | yes | — |
| repo | Repository to analyze | no | ${{ github.repository }} |
| cache_reset | Empty cache before running | no | false |
| use_model | use ml model or random num generator | no | true |
| discard_data_after | that max age before the previously cached data have to be discarded | no | — |
| history_window | the time frame used in the computing of some data features | no | — |
| prefill_processes | number of parallel processes used during the DB fill, the first time you run the action | no | — |
| db_path | Path to the pre-existing SQLite database file in the repository (e.g., .github/scan/cache.db) | no | "" |
Outputs
no outputs