workflows/autolabel: another regex fix
parent
475baef3a1
commit
fcadea2969
|
@ -46,7 +46,7 @@ jobs:
|
|||
}, {
|
||||
"label": "deprecated license",
|
||||
"path": "Formula/.+",
|
||||
"content": "license .*\"(GPL|LGPL|AGPL|GFDL)-[0-9]\.[0-9]\+?\".*"
|
||||
"content": "license .*\"(GPL|LGPL|AGPL|GFDL)-[0-9].[0-9][+]?\".*"
|
||||
}, {
|
||||
"label": "go",
|
||||
"path": "Formula/.+",
|
||||
|
|
Loading…
Reference in New Issue