mirror of https://github.com/tiangolo/fastapi.git
👷 Update FastAPI People to exclude bots: pre-commit-ci, dependabot (#5586)
This commit is contained in:
parent
4fa4965beb
commit
9a442c9730
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue