web-infra-dev/@yifancong/bundle-action
A simple demo for checking compressed size differences, with optional AI-assisted analysis.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GITHUB_TOKEN secret | no | ${{ github.token }} |
| file_path | Path to the file to upload (relative to project root) | yes | — |
| target_branch | The target branch to compare against (defaults to main) | no | main |
| dispatch_target_branch | Override target branch when triggered by workflow_dispatch | no | "" |
| enable_ai_analysis | Enable AI-assisted degradation analysis. Set to false to disable it. | no | true |
| ai_model | AI model to use for degradation analysis (e.g. claude-3-5-haiku-latest, gpt-4o-mini). Provider is auto-detected from the model name prefix. Set AI_TOKEN as a GitHub Actions secret and pass it to the action step for AI-assisted analysis. | no | claude-3-5-haiku-latest |
Outputs
no outputs