Skip to content

Commit

Permalink
Merge pull request #3198 from akhilerm/update-issue-repo
Browse files Browse the repository at this point in the history
update publishing-bot issue repo to k/sig-release
  • Loading branch information
k8s-ci-robot authored Aug 16, 2023
2 parents 5bfc812 + 176088c commit b446fbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const (
ArchivePath = "archive"

// Publishing bot issue repository
PubBotRepoOrg = "k8s-release-robot"
PubBotRepoOrg = "kubernetes"
PubBotRepoName = "sig-release"

DockerHubEnvKey = "DOCKERHUB_TOKEN" // Env var containing the docker key
Expand Down Expand Up @@ -475,6 +475,7 @@ func CreatePubBotBranchIssue(branchName string) error {
issueBody += "Please update the publishing-bot's configuration to also publish this new branch.\n\n"
issueBody += "/sig release\n"
issueBody += "/area release-eng\n"
issueBody += "/assign @kubernetes/release-managers\n"
issueBody += "/milestone v" + strings.TrimPrefix(branchName, "release-") + "\n"

// Create the issue on GitHub
Expand Down

0 comments on commit b446fbb

Please sign in to comment.