borgespro/Create branches
When a release branch is created the script should create branches for all squads.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| prefix | Prefix for new branch name | — | release |
| branch | The branch to create | — | ${GITHUB_HEAD_REF} |
| sha | The SHA1 value for the branch reference | — | — |
| squads | A list of squad names | — | — |
| GITHUB_TOKEN | Github token | — | — |
Outputs
| name | description |
|---|---|
| created | Boolean value representing whether or not a new branch was created. |