malnati/Branch Flow Guard Pro
Valida o fluxo de branches e retorna um JSON preenchido com orientações dinâmicas.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 4, 2025
- License
- MIT
Pinned Snippet
uses: malnati/branch-flow-guard@637aba10c538f9062ec1d81349324e020bb75a1e # v1.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | yes | — |
| production_branches | Nível 1 (Produção) | — | main,master,prod,production |
| staging_branches | Nível 2 (Staging) | — | staging,stage,homol,release |
| development_branches | Nível 3 (Development) | — | dev,develop,development |
| output_file | Caminho para salvar o JSON gerado (opcional) | — | flow-compliance.json |
Outputs
| name | description |
|---|---|
| result | O conteúdo JSON preenchido (string) |
| allowed | Boolean: Flow is allowed |