williamfzc/diffctx
A GitHub action for automatically evaluating the function level impacts of Pull Requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lang | language of your repo | yes | python |
| before_sha | before sha | yes | ${{ github.event.pull_request.base.sha }} |
| after_sha | after sha | yes | ${{ github.sha }} |
| repo_token | A GitHub token for API access. Defaults to {{ github.token }}. | no | ${{ github.token }} |
| issue_number | issue number | no | ${{ github.event.number }} |
| debug_mode | enable debug mode if not empty | no | "" |
| lsif_file | specific lsif file input | no | "" |
| index_cmd | custom index command | no | "" |
Outputs
no outputs