Skip to content

Commit

Permalink
👷 Update FastAPI People to exclude bots: pre-commit-ci, dependabot (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 3, 2022
1 parent 4fa4965 commit 9a442c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/people/app/main.py
Expand Up @@ -433,7 +433,7 @@ def get_top_users(
)
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]
Expand Down

0 comments on commit 9a442c9

Please sign in to comment.