subhamay-bhattacharyya-gha/Create Feature Branch
Create Feature Branch in GitHub using API endpoint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-branch | The base branch to create the new feature branch from. | no | main |
| title-length | The length of the issue title to keep | yes | 15 |
| github-token | GitHub token | yes | — |
| dry-run | If true, skip actual branch creation and only simulate the process. | no | false |
| use-project-prefix | If true, use the project prefix in the branch name. | no | false |
| branch-prefix | The prefix to use for the branch name. | no | GHA |
Outputs
| name | description |
|---|---|
| branch-name | The generated branch name |