workflows/autolabel: add gopath deprecation
Closes #58852. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
9b289d27e9
commit
fd5c838018
|
@ -28,6 +28,10 @@ jobs:
|
|||
"label": "bottle unneeded",
|
||||
"path": "Formula/.+",
|
||||
"content": "\n bottle :unneeded\n"
|
||||
}, {
|
||||
"label": "gopath deprecation",
|
||||
"path": "Formula/.+",
|
||||
"content": "\"GOPATH\""
|
||||
}, {
|
||||
"label": "formula deprecated",
|
||||
"path": "Formula/.+",
|
||||
|
|
Loading…
Reference in New Issue