pyjeebz/why — PR context
Comment the decision trail behind the code a pull request changes — the why before you review the what.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 30, 2026
- License
- Apache 2.0
Pinned Snippet
uses: pyjeebz/why@affc2452cdbc8d1bd08f6baacc32e475d09935ae # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pr | Pull request number to comment on. | no | ${{ github.event.pull_request.number }} |
| base | Base ref to diff the pull request against. | no | ${{ github.event.pull_request.base.ref }} |
| depth | Maximum hops back through history per region. | no | 8 |
| github-token | Token gh uses to read history and post the comment. Needs pull-requests: write. | no | ${{ github.token }} |
Outputs
no outputs