diff options
| author | grodrigues3 <grodrigues3@users.noreply.github.com> | 2017-03-29 14:32:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 14:32:28 -0700 |
| commit | 2a11b0e4c822c2f2fbd031a63382c5ad85bd3d10 (patch) | |
| tree | 408c8b936c09c04ce5c2b237dc2aef1d4e9af4dd | |
| parent | ade5ea32055bc1a5dfc8ab7205dd86ef6213786a (diff) | |
| parent | 07c17f16849491b3f020ab50fa817968d8a239ae (diff) | |
Merge pull request #445 from cblecker/bot-commands
Update reference to bot commands
| -rw-r--r-- | contributors/devel/pull-request-commands.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/contributors/devel/pull-request-commands.md b/contributors/devel/pull-request-commands.md index d33411bc..ade4d993 100644 --- a/contributors/devel/pull-request-commands.md +++ b/contributors/devel/pull-request-commands.md @@ -64,8 +64,10 @@ The magic incantation to run this job again is @k8s-bot unit test this. Please h A reviewer will be automatically assigned to your PR by the `k8s-merge-robot`. The reviewer will leave comments on your PR. Once all comments have been addressed, -squash the commits and the reviewer will mark the PR as looking good. This -can be done with the `/lgtm` command. +squash the commits and the reviewer will mark the PR as looking good. The PR will +also need to be approved by trusted approvers who are responsible for parts of the +code base. `k8s-merge-robot` will comment on your PR with the approval status of +your PR, along with suggesting the appropriate members who can do this approval. ## PR merge @@ -77,4 +79,6 @@ PRs since the tests were last run on your PR. # Comment Commands Reference -Documented [here](https://github.com/kubernetes/test-infra/blob/master/prow/commands.md) +Authors, reviewers, and owners can communicate with `k8s-ci-robot` by +commenting on a PR with the various commands entered in comments. Specific syntax +is available [here](https://github.com/kubernetes/test-infra/blob/master/commands.md) |
