Merge pull request #150 from lizziemac/feat/remove-extra-title-text
Remove default title if custom title is provided
This commit is contained in:
commit
40f0592f18
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ func (a *approvalEnvironment) createApprovalIssue(ctx context.Context) error {
|
|||
issueTitle := fmt.Sprintf("Manual approval required for workflow run %d", a.runID)
|
||||
|
||||
if a.issueTitle != "" {
|
||||
issueTitle = fmt.Sprintf("%s: %s", issueTitle, a.issueTitle)
|
||||
issueTitle = a.issueTitle
|
||||
}
|
||||
|
||||
approversBody := ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue