Skip to content

Commit

Permalink
update maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Dec 15, 2023
1 parent 36f10ab commit 280ff44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/people/people.py
Expand Up @@ -525,7 +525,7 @@ def get_top_users(
settings=settings
)
authors = {**question_authors, **pr_authors}
maintainers_logins = {'samuelcolvin', 'adriangb', 'dmontagu', 'hramezani', 'lig', 'Kludex', 'davidhewitt', 'sydney-runkle'}
maintainers_logins = {'samuelcolvin', 'adriangb', 'dmontagu', 'hramezani', 'Kludex', 'davidhewitt', 'sydney-runkle'}
bot_names = {"codecov", "github-actions", "pre-commit-ci", "dependabot"}
maintainers = []
for login in maintainers_logins:
Expand Down

0 comments on commit 280ff44

Please sign in to comment.