Skip to content

Commit 510680a

Browse files
committed
fixes
1 parent 10e7a1c commit 510680a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/cmd/combine_prs.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ func CombinePRsWithStats(ctx context.Context, graphQlClient *api.GraphQLClient,
8282
Logger.Warn("Failed to delete working branch", "branch", workingBranchName, "error", err)
8383
}
8484

85-
// Example command string, replace with actual command logic
86-
command := "gh combine owner/repo --labels deps,docs"
87-
8885
prBody := generatePRBody(combined, mergeConflicts, command)
8986
prTitle := "Combined PRs"
9087
prNumber, prErr := createPullRequestWithNumber(ctx, restClient, repo, prTitle, combineBranchName, repoDefaultBranch, prBody, addLabels, addAssignees)

0 commit comments

Comments
 (0)