Skip to content

Commit a7fe947

Browse files
feat(api): add PULL_REQUEST_EVENT_REVIEW_REQUESTED event type to WorkflowTrigger
1 parent e64a9e9 commit a7fe947

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.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/resources/automations.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2283,6 +2283,7 @@ export namespace WorkflowTrigger {
22832283
| 'PULL_REQUEST_EVENT_MERGED'
22842284
| 'PULL_REQUEST_EVENT_CLOSED'
22852285
| 'PULL_REQUEST_EVENT_READY_FOR_REVIEW'
2286+
| 'PULL_REQUEST_EVENT_REVIEW_REQUESTED'
22862287
>;
22872288

22882289
/**

0 commit comments

Comments
 (0)