mirror of https://github.com/istio/istio.io.git
remove now irrelevant comment about Googlebot (#15322)
This commit is contained in:
parent
7c642d7da9
commit
abd0a0f4eb
|
@ -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
|
||||
|
|
|
@ -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,并处理阻止该过程自动运行的合并问题。
|
||||
|
||||
|
|
Loading…
Reference in New Issue