[bugs-central] Look at all Skia oss-fuzz bugs

Bug: skia:12695
Change-Id: I7ee2ee3a92f1fb002674cda9eaf6425f8878e14f
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/557638
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
diff --git a/bugs-central/go/poller/poller.go b/bugs-central/go/poller/poller.go
index b840a9a..5105870 100644
--- a/bugs-central/go/poller/poller.go
+++ b/bugs-central/go/poller/poller.go
@@ -174,7 +174,7 @@
 	//////////////////// OSS-Fuzz - Monorail ////////////////////
 	fuzzQueryConfig := &monorail.MonorailQueryConfig{
 		Instance:              "oss-fuzz",
-		Query:                 "is:open api_triangulation",
+		Query:                 "is:open proj:Skia",
 		Client:                types.OSSFuzzClient,
 		UntriagedStatuses:     []string{"New"},
 		UnassignedIsUntriaged: true,