workflows/autolabel: label deprecated licenses

Closes #59423.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Signed-off-by: chenrui <chenrui333@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rylan Polster 2020-08-10 10:25:02 -04:00 committed by BrewTestBot
parent 8cc8f042b5
commit c97419dc81
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ jobs:
"label": "missing license",
"path": "Formula/.+",
"missing_content": "\n license .+\n"
}, {
"label": "deprecated license",
"path": "Formula/.+",
"content": "license .*\"(GPL|LGPL|AGPL|GFDL)-\d\.\d\+?\".*"
}, {
"label": "go",
"path": "Formula/.+",