Migrating CI/CD to Linode S3 (#2380)
* Test PVS linode S3 * Migrating to Linode S3 * Disable PVS action debug * Fix pvs_studio.yml
This commit is contained in:
@@ -17,7 +17,7 @@ def parse_args():
|
||||
|
||||
|
||||
def checkCommitMessage(msg):
|
||||
regex = re.compile(r"^'?\[FL-\d+\]")
|
||||
regex = re.compile(r"^'?\[(FL-\d+,?\s?)+\]")
|
||||
if regex.match(msg):
|
||||
return True
|
||||
return False
|
||||
|
Reference in New Issue
Block a user