Skip to content

Commit 742511c

Browse files
Merge pull request #112 from shiftstack/ignore-SecurityTracking
Ignore bugs labeled 'SecurityTracking'
2 parents 153ae03 + f070a1f commit 742511c

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)