workflows/autolabel: another regex fix

master
Dawid Dziurla 2020-08-10 22:44:03 +02:00 committed by GitHub
parent 475baef3a1
commit fcadea2969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/.+",