File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,12 @@ however, this attribute is [deprecated](/v3/versions/#v3-deprecations) and is sc
6969removal in the next version of the API. The Boolean ` mergeable ` attribute will
7070remain to indicate whether the pull request can be automatically merged.
7171
72+ The value of the ` mergeable ` attribute can be ` true ` , ` false ` , or ` null ` . If
73+ the value is ` null ` , this means that the mergeability hasn't been computed yet,
74+ and a background job was started to compute it. Give the job a few moments to
75+ complete, and then submit the request again. When the job is complete, the
76+ response will include a non-` null ` value for the ` mergeable ` attribute.
77+
7278### Alternative Response Formats
7379
7480Pass the appropriate [ media type] ( /v3/media/#commits-commit-comparison-and-pull-requests ) to fetch diff and patch formats.
You can’t perform that action at this time.
0 commit comments