Skip to content

Commit

Permalink
removed some company-specific bot filters
Browse files Browse the repository at this point in the history
  • Loading branch information
geekygirldawn committed Aug 17, 2023
1 parent 6ba5826 commit bbdde3c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions metrics/bus_factor.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,7 @@ def commit_author_data(repo_id, start_date, end_date, engine):
AND cmt_author_name NOT LIKE 'gerrit%%'
AND cmt_author_name NOT LIKE '%%utomation%%'
AND cmt_author_name NOT LIKE '%%ipeline%%'
AND cmt_author_name NOT LIKE '%%Cloud Foundry%%'
AND cmt_author_name != 'cfcr'
AND cmt_author_name != 'CFCR'
AND cmt_author_name != 'Travis CI'
AND cmt_author_name != 'Bitnami Containers'
AND cmt_author_name != 'Cloud Foundry London'
AND cmt_author_name != 'Spring Operator'
AND cmt_author_name != 'Spring Buildmaster'
AND cmt_author_name != 'pivotal-rabbitmq-ci'
ORDER BY
cntrb_canonical;
"""
Expand Down

0 comments on commit bbdde3c

Please sign in to comment.