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
description: Require branches to be up to date before merging.
32098
32134
contexts:
32099
32135
type: array
32136
+
deprecated: true
32100
32137
description: The list of status checks to require in order to merge
32101
32138
into this branch
32102
32139
items:
@@ -34753,6 +34790,10 @@ paths:
34753
34790
type: integer
34754
34791
check_runs_url:
34755
34792
type: string
34793
+
rerequestable:
34794
+
type: boolean
34795
+
runs_rerequestable:
34796
+
type: boolean
34756
34797
required: &260
34757
34798
- id
34758
34799
- node_id
@@ -37010,7 +37051,11 @@ paths:
37010
37051
description: |-
37011
37052
This endpoint triggers [notifications](https://docs.github.com/en/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. See "[Secondary rate limits](https://docs.github.com/[email protected]/rest/overview/resources-in-the-rest-api#secondary-rate-limits)" and "[Dealing with secondary rate limits](https://docs.github.com/[email protected]/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits)" for details.
37012
37053
37013
-
For more information on permission levels, see "[Repository permission levels for an organization](https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization#permission-levels-for-repositories-owned-by-an-organization)".
37054
+
For more information on permission levels, see "[Repository permission levels for an organization](https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization#permission-levels-for-repositories-owned-by-an-organization)". There are restrictions on which permissions can be granted to organization members when an organization base role is in place. In this case, the permission being given must be equal to or higher than the org base permission. Otherwise, the request will fail with:
37055
+
37056
+
```
37057
+
Cannot assign {member} permission of {role name}
37058
+
```
37014
37059
37015
37060
Note that, if you choose not to pass any parameters, you'll need to set `Content-Length` to zero when calling out to this endpoint. For more information, see "[HTTP verbs](https://docs.github.com/[email protected]/rest/overview/resources-in-the-rest-api#http-verbs)."
37016
37061
@@ -42717,8 +42762,8 @@ paths:
42717
42762
state:
42718
42763
type: string
42719
42764
description: The state of the status. Can be one of `error`, `failure`,
42720
-
`inactive`, `in_progress`, `queued` `pending`, or `success`. **Note:**
42721
-
To use the `inactive` state, you must provide the [`application/vnd.github.ant-man-preview+json`](https://docs.github.com/[email protected]/rest/overview/api-previews#enhanced-deployments)
42765
+
`inactive`, `in_progress`, `queued`, `pending`, or `success`.
42766
+
**Note:** To use the `inactive` state, you must provide the [`application/vnd.github.ant-man-preview+json`](https://docs.github.com/[email protected]/rest/overview/api-previews#enhanced-deployments)
42722
42767
custom media type. When you set a transient deployment to `inactive`,
42723
42768
the deployment will be shown as `destroyed` in GitHub.
42724
42769
enum:
@@ -51112,7 +51157,8 @@ paths:
51112
51157
for the label, without the leading `#`.
51113
51158
description:
51114
51159
type: string
51115
-
description: A short description of the label.
51160
+
description: A short description of the label. Must be 100 characters
51161
+
or fewer.
51116
51162
required:
51117
51163
- name
51118
51164
example:
@@ -51247,7 +51293,8 @@ paths:
51247
51293
for the label, without the leading `#`.
51248
51294
description:
51249
51295
type: string
51250
-
description: A short description of the label.
51296
+
description: A short description of the label. Must be 100 characters
0 commit comments