@@ -14965,6 +14965,7 @@ paths:
1496514965 - "$ref": "#/components/parameters/created"
1496614966 - "$ref": "#/components/parameters/exclude-pull-requests"
1496714967 - "$ref": "#/components/parameters/workflow-run-check-suite-id"
14968+ - "$ref": "#/components/parameters/workflow-run-head-sha"
1496814969 responses:
1496914970 '200':
1497014971 description: Response
@@ -16137,6 +16138,7 @@ paths:
1613716138 - "$ref": "#/components/parameters/created"
1613816139 - "$ref": "#/components/parameters/exclude-pull-requests"
1613916140 - "$ref": "#/components/parameters/workflow-run-check-suite-id"
16141+ - "$ref": "#/components/parameters/workflow-run-head-sha"
1614016142 responses:
1614116143 '200':
1614216144 description: Response
@@ -26466,6 +26468,10 @@ paths:
2646626468 - closed
2646726469 state_reason:
2646826470 type: string
26471+ enum:
26472+ - completed
26473+ - not_planned
26474+ - reopened
2646926475 nullable: true
2647026476 description: The reason for the current state
2647126477 example: not_planned
@@ -45744,6 +45750,10 @@ components:
4574445750 example: not_planned
4574545751 type: string
4574645752 nullable: true
45753+ enum:
45754+ - completed
45755+ - reopened
45756+ - not_planned
4574745757 title:
4574845758 description: Title of the issue
4574945759 example: Widget creation fails in Safari on OS X 10.8
@@ -57073,6 +57083,10 @@ components:
5707357083 example: not_planned
5707457084 type: string
5707557085 nullable: true
57086+ enum:
57087+ - completed
57088+ - reopened
57089+ - not_planned
5707657090 title:
5707757091 description: Title of the issue
5707857092 example: Widget creation fails in Safari on OS X 10.8
@@ -86248,6 +86262,14 @@ components:
8624886262 in: query
8624986263 schema:
8625086264 type: integer
86265+ workflow-run-head-sha:
86266+ name: head_sha
86267+ description: Only returns workflow runs that are associated with the specified
86268+ `head_sha`.
86269+ in: query
86270+ required: false
86271+ schema:
86272+ type: string
8625186273 run-id:
8625286274 name: run_id
8625386275 description: The unique identifier of the workflow run.
0 commit comments