Skip to content

Commit 954e7c8

Browse files
authored
Add busy field to Runner (#1590)
Fixes: #1589.
1 parent 4a2bf06 commit 954e7c8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

github/actions_runners.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ type Runner struct {
6969
Name *string `json:"name,omitempty"`
7070
OS *string `json:"os,omitempty"`
7171
Status *string `json:"status,omitempty"`
72+
Busy *bool `json:"busy,omitempty"`
7273
}
7374

7475
// Runners represents a collection of self-hosted runners for a repository.

github/github-accessors.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)