Skip to content

Commit

Permalink
PR dashboard should ignore google-oss-robot comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fejta committed Oct 3, 2019
1 parent 4c08511 commit 6d9f24f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gubernator/github/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,13 @@ def distill_events(events, distilled_events=None):
relevant to determining user state.
"""
bots = [
'google-oss-robot',
'istio-testing',
'k8s-bot',
'k8s-ci-robot',
'k8s-merge-robot',
'k8s-oncall',
'k8s-reviewable',
'istio-testing',
]
skip_comments = get_skip_comments(events, bots)

Expand Down

0 comments on commit 6d9f24f

Please sign in to comment.