8000 change repo.create_status default context parameter · veziak/github3.py@b439537 · GitHub
[go: up one dir, main page]

Skip to content

Commit b439537

Browse files
committed
change repo.create_status default context parameter
1 parent dcb4e48 commit b439537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github3/repos/repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ def create_release(self, tag_name, target_commitish=None, name=None,
940940

941941
@requires_auth
942942
def create_status(self, sha, state, target_url=None, description=None,
943-
context=None):
943+
context='default'):
944944
"""Create a status object on a commit.
945945
946946
:param str sha: (required), SHA of the commit to create the status on

0 commit comments

Comments
 (0)
0