]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Update FastAPI People to exclude bots: pre-commit-ci, dependabot (#5586)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 3 Nov 2022 20:55:32 +0000 (21:55 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 20:55:32 +0000 (20:55 +0000)
.github/actions/people/app/main.py

index cdf423b97baa8489dbf98386ea79079d84fe21b1..31756a5fcb769a23247f4f64f12dc6c1fe4a9abe 100644 (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]