Skip to content

Commit 2dc0080

Browse files
committed
Improve "mergability" docs
Thanks to @gjtorikian for the suggestion.
1 parent e6892a1 commit 2dc0080

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

content/v3/pulls.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,10 @@ is `open`.
6060
Each time the pull request receives new commits, GitHub creates a merge commit
6161
to _test_ whether the pull request can be automatically merged into the base
6262
branch. (This _test_ commit is not added to the base branch or the head branch.)
63-
The Boolean `mergable` attribute indicates whether the pull request can be
64-
automatically merged. The `merge_commit_sha` attribute holds the SHA of the
65-
_test_ merge commit. (The `merge_commit_sha` attribute is
66-
[deprecated](/#expected-changes) and is scheduled for removal in the next
67-
version of the API.)
63+
The `merge_commit_sha` attribute holds the SHA of the _test_ merge commit;
64+
however, this attribute is [deprecated](/#expected-changes) and is scheduled for
65+
removal in the next version of the API. The Boolean `mergable` attribute will
66+
remain to indicate whether the pull request can be automatically merged.
6867

6968
### Alternative Response Formats
7069

0 commit comments

Comments
 (0)