@@ -22,13 +25,13 @@ The Commands incluing as follows:
/check-cla
|
- Forces rechecking of the CLA status of a Pull Request.
- If the Pull Request author has already signed CLA,
- the label `openeuler-cla/yes` will be added in the Pull Request,
- If not, the label `openeuler-cla/no` will be added.
+ 强制重新检查一个Pull Request的CLA状态。
+ 如果Pull Request的作者已经签署CLA,
+ 这个Pull Request将会新增一个名为`openeuler-cla/yes`的标签,
+ 反之将会新增一个名为`openeuler-cla/no`的标签。
|
- Anyone
+ 任何人
|
@@ -41,10 +44,10 @@ The Commands incluing as follows:
/lgtm cancel
|
- Adds or removes the 'lgtm' label which is typically used to gate merging.
+ 为一个Pull Request添加或者删除`lgtm`标签,这个标签将用于Pull Request合入判断。
|
- Collaborators on the repository. '/lgtm cancel' can be used additionally by the Pull Request author.
+ 这个仓库的协作者。Pull Request能使用`/lgtm cancel`命令,但是不能使用`/lgtm`命令。
|
@@ -57,10 +60,10 @@ The Commands incluing as follows:
/approve cancel
|
- Adds or removes the 'approved' label which is typically used to gate merging.
+ 为一个Pull Request添加或者删除`approved`标签,这个标签将用于Pull Request合入判断。
|
- Collaborators on the repository.
+ 这个仓库的协作者。
|
@@ -73,11 +76,11 @@ The Commands incluing as follows:
/remove-kind bug
|
- Applies or removes a kind label from one of the recognized types of labels.
- For example, the label is more like `kind/bug`.
+ 添加或者删除这种kind类型的标签。
+ 例如:`kind/bug`标签。
|
- Anyone can trigger this command on a Pull Request or Issue.
+ 任何人都能在一个Pull Request或者Issue上触发这种命令。
|
@@ -90,11 +93,11 @@ The Commands incluing as follows:
/remove-priority high
|
- Applies or removes a priority label from one of the recognized types of labels.
- For example, the label is more like `priority/high`.
+ 添加或者删除这种priority类型的标签。
+ 例如:`priority/high`标签。
|
- Anyone can trigger this command on a Pull Request or Issue.
+ 任何人都能在一个Pull Request或者Issue上触发这种命令。
|
@@ -107,11 +110,11 @@ The Commands incluing as follows:
/remove-sig kernel
|
- Applies or removes a sig label from one of the recognized types of labels.
- For example, the label is more like `sig/kernel`.
+ 添加或者删除这种sig类型的标签。
+ 例如:`sig/kernel`标签。
|
- Anyone can trigger this command on a Pull Request or Issue.
+ 任何人都能在一个Pull Request或者Issue上触发这种命令。
|
@@ -122,10 +125,10 @@ The Commands incluing as follows:
/close
|
- Closes an issue.
+ 关闭一个Pull Request或者Issue。
|
- Authors and collaborators on the repository can trigger this command.
+ 作者和仓库的协作者能触发这种命令。
|
@@ -136,10 +139,10 @@ The Commands incluing as follows:
/reopen
|
- Reopens an issue.
+ 重新打开一个Issue。
|
- Authors and collaborators on the repository can trigger this command.
+ 作者和仓库的协作者能触发这种命令。
|
@@ -150,10 +153,10 @@ The Commands incluing as follows:
/retest
|
- Rerun test jobs that have failed.
+ 重跑测试用例任务。
|
- Anyone can trigger this command on a Pull Request.
+ 任何人都能在一个Pull Request上触发这种命令。
|
@@ -166,12 +169,12 @@ The Commands incluing as follows:
/assign @openeuler-ci-bot
|
- Assigns an assignee to an issue.
+ 分配一个Issue给负责人。
|
- Anyone can use this command on an issue,
- but the target user must be a member of the org that owns the repository.
- If no target user is specified, that means this issue will be assigned to yourself.
+ 任何人都能在一个Issue上触发这种命令,
+ 但是目标负责人必须是这个组织的一个成员。
+ 如果没有指定目标负责人,这表明这个Issue会分配给自己。
|
@@ -184,12 +187,12 @@ The Commands incluing as follows:
/unassign @openeuler-ci-bot
|
- UnAssigns an assignee from an issue.
+ 取消分配一个Issue给负责人。
|
- Anyone can use this command on an issue,
- but the target user must be a member of the org that owns the repository.
- If no target user is specified, that means this issue will be unassigned from yourself.
+ 任何人都能在一个Issue上触发这种命令,
+ 但是目标负责人必须是这个组织的一个成员。
+ 如果没有指定目标负责人,这表明这个Issue会取消分配给自己。
|