Generic label applied to GitHub self-hosted runner nodes across enterprise, organization, and repository scope.
| Property | Type | Description |
|---|---|---|
name |
string |
The node name used for matching and display. |
displayname |
string |
The human-readable display name. |
environmentid |
string |
The identifier of the GitHub environment where this node was collected. |
last_seen |
datetime |
The timestamp when this node was last observed during collection. |
node_id |
string |
The stable identifier used as the OpenGraph node ID; this is the native GitHub node ID where available. |
graph LR
n0["GH_Runner"]
n1["GH_WorkflowJob"]
n0 -->|GH_CanInterceptJob| n1
n1 -.->|GH_RunsOn| n0