custom-git: accept commit SHAs 7+ chars in length
This commit is contained in:
parent
598fc6ec46
commit
fe3f0dc10b
2 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ angular.module('quay').factory('TriggerService', ['UtilService', '$sanitize', 'K
|
|||
'title': 'Commit',
|
||||
'type': 'regex',
|
||||
'name': 'commit_sha',
|
||||
'regex': '^([A-Fa-f0-9]{7})$',
|
||||
'regex': '^([A-Fa-f0-9]{7,})$',
|
||||
'placeholder': '1c002dd'
|
||||
}
|
||||
],
|
||||
|
|
Reference in a new issue