8000 Note that merge_commit_sha is deprecated · jim-minter/github3.py@e05b9f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit e05b9f8

Browse files
committed
Note that merge_commit_sha is deprecated
1 parent b1c63d7 commit e05b9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github3/pulls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def __init__(self, pull, session=None):
166166
self.mergeable = pull.get('mergeable', False)
167167
#: Whether it would be a clean merge or not
168168
self.mergeable_state = pull.get('mergeable_state', '')
169-
#: SHA of the merge commit
169+
#: SHA of the merge commit. DEPRECATED
170170
self.merge_commit_sha = pull.get('merge_commit_sha', '')
171171
user = pull.get('merged_by')
172172
#: :class:`User <github3.users.User>` who merged this pull

0 commit comments

Comments
 (0)
0