joaogabriel43/SchemaSync SQL Analyzer
Analyzes modified .sql files in a PR for breaking changes and posts an idempotent comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| schemasync-url | The URL of the SchemaSync API. | yes | — |
| schemasync-token | The JWT token for authenticating with SchemaSync. | yes | — |
| project-id | The UUID of the project in SchemaSync. | yes | — |
| fail-on | The severity threshold to fail the action. Can be BREAKING, WARNING, or INFO. | no | BREAKING |
| github-token | The GitHub token (secrets.GITHUB_TOKEN) to post comments. | yes | — |
Outputs
| name | description |
|---|---|
| analysis-result | The JSON result array containing analyses. |