diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2016-08-03 08:46:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-03 08:46:58 -0700 |
| commit | 3d0a6458f3b8cf2df71ef9f7df37b58fe420858b (patch) | |
| tree | f050bda2ab8f351d957c3e359f2d6c819b221fbb | |
| parent | 7f6f947c4bf961b4d54daf447638530fe8aa90a2 (diff) | |
| parent | 2544caac5562ac645026e0a74d77786354083d9c (diff) | |
Merge pull request #29949 from hongchaodeng/doc
Automatic merge from submit-queue
automation.md: fix typos
| -rw-r--r-- | automation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/automation.md b/automation.md index 8900dbcc..c4880362 100644 --- a/automation.md +++ b/automation.md @@ -46,7 +46,7 @@ processes. In an effort to * reduce load on core developers * maintain e2e stability - * load test githubs label feature + * load test github's label feature We have added an automated [submit-queue] (https://github.com/kubernetes/contrib/blob/master/mungegithub/mungers/submit-queue.go) @@ -99,7 +99,7 @@ green when this PR finishes retesting. ## Github Munger -We run a [github "munger"](https://github.com/kubernetes/contrib/tree/master/mungegithub). +We run [github "mungers"](https://github.com/kubernetes/contrib/tree/master/mungegithub). This runs repeatedly over github pulls and issues and runs modular "mungers" similar to "mungedocs." The mungers include the 'submit-queue' referenced above along |
