Skip to content

Commit efa922e

Browse files
authored
Merge pull request #70 from actions/update-readme-with-multi-label
Clarify scale set registration process
2 parents 2f9b84e + ff25a89 commit efa922e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You do *not* need to adopt the full controller (and Kubernetes) to take advantag
1212

1313
A runner scale set is a group of self-hosted runners that autoscales based on workflow demand. Here's how it works:
1414

15-
1. **Registration**: You create a scale set with a name, which also serves as the label workflows use to target it (e.g., `runs-on: my-scale-set`). Like regular self-hosted runners, scale sets can be registered at the repository, organization, or enterprise level.
15+
1. **Registration**: You create a scale set with a name, which also serves as the label workflows use to target it (e.g., `runs-on: my-scale-set`). Multiple labels can be assigned per scale set. Like regular self-hosted runners, scale sets can be registered at the repository, organization, or enterprise level.
1616
2. **Polling**: Your scale set client continuously polls the API, reporting its maximum capacity (how many runners it can produce).
1717
3. **Job matching**: GitHub matches jobs to your scale set based on the label and runner group policies, just like regular self-hosted runners.
1818
4. **Scaling signal**: The API responds with how many runners your scale set needs online (`statistics.TotalAssignedJobs`).

0 commit comments

Comments
 (0)