Browse Source

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

pull/3770/head
Sebastián Ramírez 2 years ago
committed by GitHub
parent
commit
9a442c9730
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/actions/people/app/main.py

2
.github/actions/people/app/main.py

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

Loading…
Cancel
Save