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
Seeker 2020-07-30 09:43:57 -07:00 committed by BrewTestBot
parent 9b289d27e9
commit fd5c838018
1 changed files with 4 additions and 0 deletions

View File

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