From: Sebastián Ramírez Date: Thu, 3 Nov 2022 20:55:32 +0000 (+0100) Subject: 👷 Update FastAPI People to exclude bots: pre-commit-ci, dependabot (#5586) X-Git-Tag: 0.86.0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a442c9730636d6528c23c92ec6ee0ecc0436533;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Update FastAPI People to exclude bots: pre-commit-ci, dependabot (#5586) --- diff --git a/.github/actions/people/app/main.py b/.github/actions/people/app/main.py index cdf423b97b..31756a5fcb 100644 --- a/.github/actions/people/app/main.py +++ b/.github/actions/people/app/main.py @@ -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]