workflows/autolabel: add missing license (#59140)
parent
525c4a763f
commit
ebede3c46d
|
@ -39,6 +39,10 @@ jobs:
|
|||
}, {
|
||||
"label": "legacy",
|
||||
"path": "Formula/.+@.+"
|
||||
}, {
|
||||
"label": "missing license",
|
||||
"path": "Formula/.+",
|
||||
"missing_content": "\n license .+\n"
|
||||
}, {
|
||||
"label": "go",
|
||||
"path": "Formula/.+",
|
||||
|
|
Loading…
Reference in New Issue