mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-05 09:17:28 +08:00
support for organization runners
This commit is contained in:
@@ -4115,9 +4115,12 @@ spec:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
repository:
|
||||
organization:
|
||||
minLength: 3
|
||||
pattern: ^[^/]+/[^/]+$
|
||||
pattern: ^[^/]+$
|
||||
type: string
|
||||
repository:
|
||||
pattern: ^[^/]*$
|
||||
type: string
|
||||
resources:
|
||||
description: ResourceRequirements describes the compute resource
|
||||
@@ -6709,7 +6712,7 @@ spec:
|
||||
type: object
|
||||
type: array
|
||||
required:
|
||||
- repository
|
||||
- organization
|
||||
type: object
|
||||
type: object
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user