Skip to content

Commit

Permalink
tweak prTitle to a standard format
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha committed Oct 22, 2020
1 parent f64e168 commit 32e5d95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var (

// PR data
prBranchPrefix = "update-kubernetes-version_" // will be appended with first 7 characters of the PR commit SHA
prTitle = `update_kubernetes_version: {stable:"{{.StableVersion}}", latest:"{{.LatestVersion}}"}`
prTitle = `update_kubernetes_version: {stable: "{{.StableVersion}}", latest: "{{.LatestVersion}}"}`
prIssue = 4392
)

Expand Down

0 comments on commit 32e5d95

Please sign in to comment.