From 473fe7f736d0d6e606b6790d6a971ab807985c29 Mon Sep 17 00:00:00 2001 From: kannappan senthilnathan <55806176+KannappanSomu@users.noreply.github.com> Date: Sun, 12 Dec 2021 08:16:54 +0100 Subject: [PATCH] update readme instruction for webhook scaling (#987) added note about mandatory parameters for webhook driven scaling --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 711bab60..fd72989d 100644 --- a/README.md +++ b/README.md @@ -584,6 +584,8 @@ by learning the following configuration examples. - [Example 3: Scale on each `pull_request` event against a given set of branches](#example-3-scale-on-each-pull_request-event-against-a-given-set-of-branches) - [Example 4: Scale on each `push` event](#example-4-scale-on-each-push-event) +**Note:** All these examples should have **minReplicas** & **maxReplicas** as mandatory parameter even for webhook driven scaling. + ##### Example 1: Scale on each `workflow_job` event > This feature requires controller version => [v0.20.0](https://github.com/actions-runner-controller/actions-runner-controller/releases/tag/v0.20.0)