👷 Update FastAPI People to exclude bots: pre-commit-ci, dependabot (#5586)

This commit is contained in:
Sebastián Ramírez
2022-11-03 21:55:32 +01:00
committed by GitHub
parent 4fa4965beb
commit 9a442c9730

View File

@@ -433,7 +433,7 @@ if __name__ == "__main__":
)
authors = {**issue_authors, **pr_authors}
maintainers_logins = {"tiangolo"}
bot_names = {"codecov", "github-actions"}
bot_names = {"codecov", "github-actions", "pre-commit-ci", "dependabot"}
maintainers = []
for login in maintainers_logins:
user = authors[login]