micahstubbs/PR Reading Time
Automatically estimates and displays reading/review time for pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | no | ${{ github.token }} |
| update-description | Whether to update PR description with reading time | no | true |
| comment-instead | Post as comment instead of updating description | no | false |
| include-docs | Include markdown files in reading time estimate | no | false |
Outputs
| name | description |
|---|---|
| reading-time | The calculated reading time |
| total-changes | Total lines changed |