You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/openapi-webhooks-types-ghes-3.10/types.d.ts
+50-10Lines changed: 50 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1604,7 +1604,7 @@ export interface webhooks {
1604
1604
* For activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the `pull_request_review`, `pull_request_review_comment`, `issue_comment`, or `pull_request_review_thread` events instead.
1605
1605
*
1606
1606
* To subscribe to this event, a GitHub App must have at least read-level access for the "Pull requests" repository permission.
1607
-
* @description The title or body of a pull request was edited.
1607
+
* @description The title or body of a pull request was edited, or the base branch of a pull request was changed.
/** @description The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. */
* @description The summary conclusion for all check runs that are part of the check suite. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, `action_required` or `stale`. This value will be `null` until the check run has `completed`.
3796
+
* @description The summary conclusion for all check runs that are part of the check suite. This value will be `null` until the check run has `completed`.
* @description The summary conclusion for all check runs that are part of the check suite. Can be one of `success`, `failure`,` neutral`, `cancelled`, `timed_out`, `action_required` or `stale`. This value will be `null` until the check run has completed.
4107
+
* @description The summary conclusion for all check runs that are part of the check suite. This value will be `null` until the check run has completed.
* @description The summary conclusion for all check runs that are part of the check suite. Can be one of `success`, `failure`,` neutral`, `cancelled`, `timed_out`, `action_required` or `stale`. This value will be `null` until the check run has completed.
4406
+
* @description The summary conclusion for all check runs that are part of the check suite. This value will be `null` until the check run has completed.
* @description The result of the completed check run. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, `action_required` or `stale`. This value will be `null` until the check run has completed.
7972
+
* @description The result of the completed check run. This value will be `null` until the check run has completed.
/** @description The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. */
9892
+
custom_properties?: {
9893
+
[key: string]: unknown;
9894
+
};
9887
9895
/** @description The default branch of the repository. */
/** @description The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. */
17844
+
custom_properties?: {
17845
+
[key: string]: unknown;
17846
+
};
17835
17847
/** @description The default branch of the repository. */
/** @description The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. */
20055
+
custom_properties?: {
20056
+
[key: string]: unknown;
20057
+
};
20042
20058
/** @description The default branch of the repository. */
/** @description The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. */
55010
+
custom_properties?: {
55011
+
[key: string]: unknown;
55012
+
};
54993
55013
/** @description The default branch of the repository. */
/** @description The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. */
59361
+
custom_properties?: {
59362
+
[key: string]: unknown;
59363
+
};
59340
59364
/** @description The default branch of the repository. */
/** @description The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. */
59678
+
custom_properties?: {
59679
+
[key: string]: unknown;
59680
+
};
59653
59681
/** @description The default branch of the repository. */
/** @description The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. */
59995
+
custom_properties?: {
59996
+
[key: string]: unknown;
59997
+
};
59966
59998
/** @description The default branch of the repository. */
/** @description The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. */
60343
+
custom_properties?: {
60344
+
[key: string]: unknown;
60345
+
};
60310
60346
/** @description The default branch of the repository. */
/** @description The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. */
60660
+
custom_properties?: {
60661
+
[key: string]: unknown;
60662
+
};
60623
60663
/** @description The default branch of the repository. */
* For activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the `pull_request_review`, `pull_request_review_comment`, `issue_comment`, or `pull_request_review_thread` events instead.
69373
69413
*
69374
69414
* To subscribe to this event, a GitHub App must have at least read-level access for the "Pull requests" repository permission.
69375
-
* @description The title or body of a pull request was edited.
69415
+
* @description The title or body of a pull request was edited, or the base branch of a pull request was changed.
0 commit comments