mizcausevic-dev/Kinetic Gain Suite PR Gate
One PR-gate Action for all 5 Kinetic Gain Suite protocols — auto-routes changed docs, posts one comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scan-dir | Directory to scan recursively for changed JSON files. Defaults to '.' (entire repo). | no | . |
| base-sha | Override the base SHA used to retrieve previous versions. Defaults to pull_request.base.sha. | no | — |
| comment-on-pr | Post the aggregated Markdown diff as a PR comment. 'auto' (default) posts only on pull_request events. | no | auto |
| fail-on-breaking | Fail the run when ANY changed Suite doc has a BREAKING diff (default 'true'). | no | true |
| fail-on-any-change | Fail the run when ANY changed Suite doc has any diff at all (default 'false'). | no | false |
| otel-genai-threshold | Threshold for OTel GenAI rollup diffs (0..1). Default '0.10' (10%). | no | 0.10 |
| github-token | Token used to post the PR comment (defaults to GITHUB_TOKEN). | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| breaking | True iff ANY changed Suite doc has a BREAKING diff. |
| change-count | Total number of detected changes across all routed Suite docs. |
| file-count | Number of changed Suite doc files that were diffed. |
| unknown-count | Number of changed JSON files that did not match any Suite protocol (routed to 'unknown'). |