crossxr/Baseline Compatibility Check
Check web feature compatibility against Baseline data in your PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| baseline-year | Target Baseline year (e.g., "2023") | no | 2023 |
| block-newly-available | Block PRs that use "Newly Available" features | no | false |
| block-limited-availability | Block PRs that use "Limited Availability" features | no | true |
| github-token | GitHub token for API access | no | ${{ github.token }} |
| custom-browser-targets | Custom browser targets (JSON format) | no | "" |
| dashboard-url | URL of GreenLightCI dashboard for reporting (e.g., https://dashboard.greenlightci.com) | no | "" |
| dashboard-api-key | API key for authenticating with dashboard | no | "" |
Outputs
| name | description |
|---|---|
| compatibility-score | Overall compatibility score (0-100) |
| features-detected | Number of web features detected |
| blocking-issues | Number of compatibility issues that would block the PR |