Skip to content

Commit 2cd6d88

Browse files
authored
Allow lock_on_merge attribute in labels (#70)
Fixes #67 Closes #69
1 parent 1fd3942 commit 2cd6d88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab_matrix/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class GitlabLabel(SerializableAttrs):
9090
type: LabelType
9191
group_id: Optional[int]
9292
remove_on_close: bool = False
93+
lock_on_merge: bool = False
9394

9495
@property
9596
def foreground_color(self) -> str:

0 commit comments

Comments
 (0)