Add config opt to disable git-bug integration

Labels: git-bug

Timeline

Amolith opened

The main web UI file is pkg/web/webui.go, and pkg/web/server.go contains routes. The main bug file we'll need to edit to disable this functionality is either webui.go or webui_bugs.go, I'm not sure where would be best to cut off the bug integration.

  • pkg/web/webui_bugs.go

Amolith added label git-bug