diff options
| author | Robert Bailey <roberthbailey@users.noreply.github.com> | 2015-08-18 09:15:22 -0700 |
|---|---|---|
| committer | Robert Bailey <roberthbailey@users.noreply.github.com> | 2015-08-18 09:15:22 -0700 |
| commit | 14d36fbe22a92793d50dcd95c75c91abfbaa20fc (patch) | |
| tree | 426951fe591ee23bf83e391010f7657d353150b1 | |
| parent | abb5b4de722f05ed7c24a3cfc5017c71bb2252f2 (diff) | |
| parent | d4d6d71afde5f59e7098c12c14c154cd62930531 (diff) | |
Merge pull request #12750 from mikedanese/submit-queue
remove contrib/submit-queue as it is moving to the contrib repo
| -rw-r--r-- | pull-requests.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pull-requests.md b/pull-requests.md index 6d2eb597..126b8996 100644 --- a/pull-requests.md +++ b/pull-requests.md @@ -52,14 +52,14 @@ Life of a Pull Request Unless in the last few weeks of a milestone when we need to reduce churn and stabilize, we aim to be always accepting pull requests. -Either the [on call](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Kubernetes-on-call-rotation) manually or the [submit queue](../../contrib/submit-queue/) automatically will manage merging PRs. +Either the [on call](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Kubernetes-on-call-rotation) manually or the [submit queue](https://github.com/contrib/tree/master/submit-queue) automatically will manage merging PRs. There are several requirements for the submit queue to work: * Author must have signed CLA ("cla: yes" label added to PR) * No changes can be made since last lgtm label was applied * k8s-bot must have reported the GCE E2E build and test steps passed (Travis, Shippable and Jenkins build) -Additionally, for infrequent or new contributors, we require the on call to apply the "ok-to-merge" label manually. This is gated by the [whitelist](../../contrib/submit-queue/whitelist.txt). +Additionally, for infrequent or new contributors, we require the on call to apply the "ok-to-merge" label manually. This is gated by the [whitelist](https://github.com/contrib/tree/master/submit-queue/whitelist.txt). <!-- BEGIN MUNGE: GENERATED_ANALYTICS --> |
