summaryrefslogtreecommitdiffstats
path: root/descriptions-next/api.github.com/api.github.com.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'descriptions-next/api.github.com/api.github.com.yaml')
-rw-r--r--descriptions-next/api.github.com/api.github.com.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml
index dd7db629d..cea569c1e 100644
--- a/descriptions-next/api.github.com/api.github.com.yaml
+++ b/descriptions-next/api.github.com/api.github.com.yaml
@@ -15020,6 +15020,7 @@ paths:
- "$ref": "#/components/parameters/created"
- "$ref": "#/components/parameters/exclude-pull-requests"
- "$ref": "#/components/parameters/workflow-run-check-suite-id"
+ - "$ref": "#/components/parameters/workflow-run-head-sha"
responses:
'200':
description: Response
@@ -16197,6 +16198,7 @@ paths:
- "$ref": "#/components/parameters/created"
- "$ref": "#/components/parameters/exclude-pull-requests"
- "$ref": "#/components/parameters/workflow-run-check-suite-id"
+ - "$ref": "#/components/parameters/workflow-run-head-sha"
responses:
'200':
description: Response
@@ -26571,6 +26573,11 @@ paths:
type:
- string
- 'null'
+ enum:
+ - completed
+ - not_planned
+ - reopened
+ -
description: The reason for the current state
examples:
- not_planned
@@ -46066,6 +46073,11 @@ components:
type:
- string
- 'null'
+ enum:
+ - completed
+ - reopened
+ - not_planned
+ -
examples:
- not_planned
title:
@@ -86839,6 +86851,14 @@ components:
in: query
schema:
type: integer
+ workflow-run-head-sha:
+ name: head_sha
+ description: Only returns workflow runs that are associated with the specified
+ `head_sha`.
+ in: query
+ required: false
+ schema:
+ type: string
run-id:
name: run_id
description: The unique identifier of the workflow run.