CI group locking on create now works

This commit is contained in:
Jay Lee
2025-10-22 17:32:50 +00:00
parent 5cc68247a3
commit c67a4c9147

View File

@@ -33005,6 +33005,8 @@ def doCreateGroup(ciGroupsAPI=False):
initialGroupConfig = 'WITH_INITIAL_OWNER'
elif ciGroupsAPI and myarg in {'security', 'makesecuritygroup'}:
body['labels'][CIGROUP_SECURITY_LABEL] = ''
elif ciGroupsAPI and myarg in ['locked']:
body['labels'][CIGROUP_LOCKED_LABEL] = ''
elif myarg == 'verifynotinvitable':
verifyNotInvitable = True
else: