Skip to content

Commit

Permalink
update publishing bot issue repo to k/sig-release
Browse files Browse the repository at this point in the history
- update the repository in which issue is created for updating the publishing-bot
rules for a release from k8s-release-robot/sig-release to kubernetes/sig-release.
- assign the issue to @kubernetes/release-managers github team

Signed-off-by: Akhil Mohan <[email protected]>
  • Loading branch information
akhilerm committed Aug 16, 2023
1 parent 1fd1b20 commit 2f9258c
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 2f9258c

Please sign in to comment.