feat: Organization RunnerDeployment with webhook-based autoscaling only for certain repositories (#766)

Resolves #765

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
Tarasovych
2021-08-31 03:46:36 +03:00
committed by GitHub
parent d9df455781
commit 7008b0c257
9 changed files with 76 additions and 7 deletions

View File

@@ -173,6 +173,13 @@ spec:
items:
type: string
type: array
repositories:
description: Repositories is a list of GitHub repositories.
Any check_run event whose repository matches one of
repositories in the list can trigger autoscaling.
items:
type: string
type: array
status:
type: string
types:

View File

@@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: summerwind/actions-runner-controller
newTag: dnsconfig-9fe31ba8
newTag: latest