remove now irrelevant comment about Googlebot (#15322)

This commit is contained in:
Craig Box 2024-06-25 18:27:19 +12:00 committed by GitHub
parent 7c642d7da9
commit abd0a0f4eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -102,9 +102,7 @@ the master branch, you can apply the `cherrypick/release-1.4` label in order to
merge this change to the `release-1.4` branch.
When your initial PR is merged, automation creates a new PR in the release
branch which includes your changes. You may need to add a comment to the PR
that reads `@googlebot I consent` in order to satisfy the `CLA` bot that we
use.
branch which includes your changes.
On rare occasions, automatic cherry picks don't work. When that happens, the
automation leaves a note in the original PR indicating it failed. When

View File

@ -75,7 +75,7 @@ Istio 文档存储库使用多个分支发布所有 Istio 版本的文档。每
如果您的文档更改和当前 Istio 版本密切相关,也可以将更改应用到当前版本的 Release 分支。您可以通过在文档的 PR 上使用 cherry-pick 标签,自动地执行此操作。
例如,如果您在 PR 中向 master 分支引入了更正,则可以通过 `cherrypick/release-1.4` 标签以将此更改合并到 `release-1.4` 分支。
一旦您的初始 PR 被合并,将自动在 Release 分支创建一个包含您的更改的 PR。为了使 `CLA` 机器人可以继续工作,您可能需要在 PR 上添加一个内容为 `@googlebot I consent` 的评论。
一旦您的初始 PR 被合并,将自动在 Release 分支创建一个包含您的更改的 PR。
在极少数情况下cherry picks 功能可能无效。发生这种情况时,自动化程序将在原始 PR 中留下一条注释,表明它已失败。发生这种情况时,您将需要手动创建 cherry pick并处理阻止该过程自动运行的合并问题。