naturallink-ai/NaturalLink Regression Check
Catch unintended UI regressions in AI-generated PRs before they ship
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 28, 2026
- License
- MIT
Pinned Snippet
uses: naturallink-ai/regression-check-github-action@30ce877a9b88e4f100dd74dfab4957e5d73170a7 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Your NaturalLink API key from dashboard.naturallink.ai | yes | — |
| timeout | Maximum wait time in seconds (default: 5 minutes) | no | 300 |
| api-url | API URL for enterprise deployments | no | https://api.naturallink.ai |
| poll-interval | Status check interval in seconds | no | 5 |
Outputs
| name | description |
|---|---|
| status | Result of the check: SUCCESS or ERROR |
| error-message | Error details if the check failed |
| run-id | Internal run identifier for debugging |