kigary/Update Pull Request from Branch
Updates Pull Request title and body from branch name
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GITHUB_TOKEN secret | yes | — |
| branch-prefix | The prefix of branch name | pass a comma separated list to match multiple prefixes | leave empty to match all branches | no | "" |
| branch-prefix-separator | The separator between branch prefix and jira ticket | no | / |
| issue-tracker-url | The URL of Issue tracker | yes | — |
| issue-ticket-regex | The regex to match Issue ticket in branch name | no | ([A-Z]+-\d+) |
| issue-ticket-separator | The separator between Issue ticket and Issue ticket summary | no | - |
| issue-ticket-container-punctuation | The punctuation to wrap Issue ticket in pull request title. Possible values: none, square-brackets, parentheses, curly-brackets, angle-brackets, double-quotes, single-quotes | no | square-brackets |
Outputs
| name | description |
|---|---|
| issue-ticket-number | The Issue ticket number |
| issue-ticket-url | The Issue ticket URL |
| pull-request-title | The Pull Request title |