8000 Merge pull request #420 from omriharel/develop · jayvdb/github3.py@95b8f36 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95b8f36

Browse files
committed
Merge pull request sigmavirus24#420 from omriharel/develop
Fix to repo.create_status default arguments
2 parents dcb4e48 + f16fdb9 commit 95b8f36

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,5 @@ Contributors
9898
- Nolan Bruabker (@nrb)
9999

100100
- Marcin Wielgoszewski (@mwielgoszewski)
101+
102+
- Omri Harel (@omriharel)

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