flxbl-io/Match Pool
Match pool assignment rules based on branch and domain patterns using sfp review-envs API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name (format: owner/repo) | no | ${{ github.repository }} |
| branch | The branch to match against pool assignment rules | yes | — |
| domain | The domain to match against pool assignment rules | yes | — |
| fallback-pool | The pool to use if no matching rules are found | no | — |
| sfp-server-url | URL to the SFP Server instance (e.g., https://your-org.flxbl.io) | yes | — |
| sfp-server-token | Token for SFP Server authentication | yes | — |
Outputs
| name | description |
|---|---|
| pool-tag | The matched pool tag |
| pool-type | The type of pool (SANDBOX or SCRATCH_ORG) |
| matched | Whether a match was found (true/false) |
| match-result | Full match result as JSON |