diff --git a/test_regress/t/t_dist_contributors.py b/test_regress/t/t_dist_contributors.py index f1a1c4664..aaffa870f 100755 --- a/test_regress/t/t_dist_contributors.py +++ b/test_regress/t/t_dist_contributors.py @@ -57,6 +57,8 @@ def check(): for author in sorted(Authors.keys()): if test.verbose: print("Check: " + author) + if re.search(r'\[bot\]', author): + continue if author not in Contributors: test.error("Certify your contribution by sorted-inserting '" + author + "' into docs/CONTRIBUTORS.\n"