Remove default title if custom title is provided
This commit is contained in:
parent
aba06e32f1
commit
17c84dd688
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,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
|
||||
}
|
||||
|
||||
issueBody := fmt.Sprintf(`Workflow is pending manual review.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue