sathiaai/KnoSky PR-GPS
Advisory, metadata-only navigation report posted on pull requests. Reads file/folder/import structure only (never uploads code bodies), suggests where to start reviewing a PR, and flags related tests/docs. Never blocks or gates the build.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base commit SHA to diff from (e.g. github.event.pull_request.base.sha). | yes | — |
| head | Head commit SHA to diff to (e.g. github.event.pull_request.head.sha). | yes | — |
| root | Path to the checked-out repo to index. | no | . |
| github-token | Token used to post/update the PR-GPS comment. Defaults to the workflow token. | no | ${{ github.token }} |
| fail-on-secret | If "true", fail this step when a secret-like pattern is found in the emitted advisory artifacts themselves (never in your source tree). Defaults to "false" — this action is advisory-only by design. | no | false |
Outputs
no outputs