Skip to content

Commit 20b39e1

Browse files
authored
Merge pull request #37256 from kinzhi/kinzhi214
[zh-cn]Update for-approvers.md
2 parents 92fb837 + 4471db9 commit 20b39e1

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

content/zh-cn/docs/contribute/review/for-approvers.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ weight: 20
1515

1616
<!-- overview -->
1717
<!--
18-
SIG Docs [Reviewers](/docs/contribute/participate/roles-and-responsibilities/#reviewers) and [Approvers](/docs/contribute/participate/roles-and-responsibilities/#approvers) do a few extra things when reviewing a change.
18+
SIG Docs [Reviewers](/docs/contribute/participate/#reviewers) and [Approvers](/docs/contribute/participate/#approvers) do a few extra things when reviewing a change.
1919
2020
Every week a specific docs approver volunteers to triage
2121
and review pull requests. This
@@ -27,8 +27,8 @@ In addition to the rotation, a bot assigns reviewers and approvers
2727
for the PR based on the owners for the affected files.
2828
-->
2929
SIG Docs
30-
[评阅人(Reviewers)](/zh-cn/docs/contribute/participate/roles-and-responsibilities/#reviewers)
31-
[批准人(Approvers)](/zh-cn/docs/contribute/participate/roles-and-responsibilities/#approvers)
30+
[评阅人(Reviewers)](/zh-cn/docs/contribute/participate/#reviewers)
31+
[批准人(Approvers)](/zh-cn/docs/contribute/participate/#approvers)
3232
在对变更进行评审时需要做一些额外的事情。
3333

3434
每周都有一个特定的文档批准人自愿负责对 PR 进行分类和评阅。
@@ -155,29 +155,28 @@ Prow Command | Role Restrictions | Description
155155
:------------|:------------------|:-----------
156156
`/lgtm` | Organization members | Signals that you've finished reviewing a PR and are satisfied with the changes.
157157
`/approve` | Approvers | Approves a PR for merging.
158-
`/assign` | Reviewers or Approvers | Assigns a person to review or approve a PR
159-
`/close` | Reviewers or Approvers | Closes an issue or PR.
158+
`/assign` | Anyone | Assigns a person to review or approve a PR
159+
`/close` | Organization members | Closes an issue or PR.
160160
`/hold` | Anyone | Adds the `do-not-merge/hold` label, indicating the PR cannot be automatically merged.
161161
`/hold cancel` | Anyone | Removes the `do-not-merge/hold` label.
162162
{{< /table >}}
163163
164-
See [the Prow command reference](https://prow.k8s.io/command-help) to see the full list
165-
of commands you can use in a PR.
164+
To view the commands that you can use in a PR, see the
165+
[Prow Command Reference](https://prow.k8s.io/command-help?repo=kubernetes%2Fwebsite).
166166
-->
167167
{{< table caption="评阅用 Prow 命令" >}}
168168
Prow 命令 | 角色限制 | 描述
169169
:------------|:------------------|:-----------
170170
`/lgtm` | 组织成员 | 用来表明你已经完成 PR 的评阅并对其所作变更表示满意
171171
`/approve` | 批准人 | 批准某 PR 可以合并
172-
`/assign` |评阅人或批准人 | 指派某人来评阅或批准某 PR
173-
`/close` | 评阅人或批准人 | 关闭 Issue 或 PR
172+
`/assign` |任何人 | 指派某人来评阅或批准某 PR
173+
`/close` | 组织成员 | 关闭 Issue 或 PR
174174
`/hold` | 任何人 | 添加 `do-not-merge/hold` 标签,用来表明 PR 不应被自动合并
175175
`/hold cancel` | 任何人 | 去掉 `do-not-merge/hold` 标签
176176
{{< /table >}}
177177

178-
请参考 [Prow 命令指南](https://prow.k8s.io/command-help),了解你可以在 PR
179-
中使用的命令的完整列表。
180-
178+
要查看可以在 PR 中使用的命令,请参阅
179+
[Prow 命令指南](https://prow.k8s.io/command-help?repo=kubernetes%2Fwebsite)
181180
<!--
182181
## Triage and categorize issues
183182

0 commit comments

Comments
 (0)