workflows/autolabel: add missing license (#59140)

master
Seeker 2020-08-04 09:20:07 -07:00 committed by GitHub
parent 525c4a763f
commit ebede3c46d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ jobs:
}, {
"label": "legacy",
"path": "Formula/.+@.+"
}, {
"label": "missing license",
"path": "Formula/.+",
"missing_content": "\n license .+\n"
}, {
"label": "go",
"path": "Formula/.+",