flxbl-io/Detect Impacted Domains
Detect which domains are impacted based on git changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release-config-path | Path to directory containing release config files (glob pattern supported) | no | config/release-config-*.yaml |
| base-ref | Base ref to compare against (e.g., origin/main, HEAD~1) | no | origin/main |
| head-ref | Head ref to compare (default: HEAD) | no | HEAD |
| sfdx-project-path | Path to sfdx-project.json | no | sfdx-project.json |
Outputs
| name | description |
|---|---|
| has-changes | Whether any domains have changes (true/false) |
| impacted-domains | JSON array of impacted domain names |
| matrix | GitHub Actions matrix JSON for impacted domains |