Skip to content

Commit f070a1f

Browse files
committed
Ignore bugs labeled 'SecurityTracking'
These are handled separately by the sustaining team. We don't need to triage them. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent 153ae03 commit f070a1f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pkg/query/query.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ const ShiftStack = `project = "OpenShift Bugs"
1313
"Test Framework / OpenStack",
1414
"HyperShift / OpenStack"
1515
)
16-
) AND labels != "bugwatcher-ignore"
16+
)
17+
AND labels != "bugwatcher-ignore"
18+
AND labels != "SecurityTracking"
1719
`

0 commit comments

Comments
 (0)