Skip to content

Commit 547f385

Browse files
author
Gauvain Pocentek
committed
commit status: optional get attrs
1 parent 0b8ed5a commit 547f385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/objects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ class ProjectCommitStatus(GitlabObject):
909909
canUpdate = False
910910
canDelete = False
911911
requiredUrlAttrs = ['project_id', 'commit_id']
912+
optionalGetAttrs = ['ref_name', 'stage', 'name', 'all']
912913
requiredCreateAttrs = ['state']
913914
optionalCreateAttrs = ['description', 'name', 'context', 'ref',
914915
'target_url']

0 commit comments

Comments
 (0)