Skip to content

Commit 242a3ab

Browse files
feat(api): add PULL_REQUEST_EVENT_REVIEW_REQUESTED to workflow_trigger events
1 parent 443b04e commit 242a3ab

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 193
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-5136c01edc5507b8b534b7239a1f70e53b1860cbab729a99e33d65a114cb8097.yml
3-
openapi_spec_hash: ca515ab45b8858fbc806f73ce6270702
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-2cf38267930eaef11e8ba7d229c924d43f3e22d614aa586ad1ddffe65b9b4548.yml
3+
openapi_spec_hash: e2ffe61e23fa87d7f8932b8d7764ee76
44
config_hash: 25c7c72de891ed240ee62c4fb9a99756

src/gitpod/types/workflow_trigger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class PullRequest(BaseModel):
2727
"PULL_REQUEST_EVENT_MERGED",
2828
"PULL_REQUEST_EVENT_CLOSED",
2929
"PULL_REQUEST_EVENT_READY_FOR_REVIEW",
30+
"PULL_REQUEST_EVENT_REVIEW_REQUESTED",
3031
]
3132
]
3233
] = None

src/gitpod/types/workflow_trigger_param.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class PullRequest(TypedDict, total=False):
2626
"PULL_REQUEST_EVENT_MERGED",
2727
"PULL_REQUEST_EVENT_CLOSED",
2828
"PULL_REQUEST_EVENT_READY_FOR_REVIEW",
29+
"PULL_REQUEST_EVENT_REVIEW_REQUESTED",
2930
]
3031
]
3132

0 commit comments

Comments
 (0)