From cbbdccc311f1b9e52411da39b0f764c220ed57c6 Mon Sep 17 00:00:00 2001 From: kannappan senthilnathan <55806176+KannappanSomu@users.noreply.github.com> Date: Tue, 7 Dec 2021 18:31:27 +0100 Subject: [PATCH] update readme instruction for webhook scaling 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 454510045f..f9a9fbe54d 100644 --- a/README.md +++ b/README.md @@ -583,6 +583,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)