Tests: Ignore all bots in t_dist_contributors.py

This commit is contained in:
Wilson Snyder 2025-09-04 06:56:48 -04:00
parent e3acd528d8
commit 4e091a1cf1
1 changed files with 2 additions and 0 deletions

View File

@ -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"