Skip to content

Commit 883f548

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent ad87bda commit 883f548

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/v3/pulls.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ however, this attribute is [deprecated](/v3/versions/#v3-deprecations) and is sc
6969
removal in the next version of the API. The Boolean `mergeable` attribute will
7070
remain 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

7480
Pass the appropriate [media type](/v3/media/#commits-commit-comparison-and-pull-requests) to fetch diff and patch formats.

0 commit comments

Comments
 (0)