Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for manually added experts #9325

Closed
wants to merge 1 commit into from
Closed

Conversation

sydney-runkle
Copy link
Member

No description provided.

Copy link

Deploying pydantic-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: e0999f5
Status: ✅  Deploy successful!
Preview URL: https://27521cd8.pydantic-docs.pages.dev
Branch Preview URL: https://people.pydantic-docs.pages.dev

View logs

@sydney-runkle sydney-runkle added the relnotes-ignore Omit this PR from the release notes. label Apr 26, 2024
Copy link

codspeed-hq bot commented Apr 26, 2024

CodSpeed Performance Report

Merging #9325 will not alter performance

Comparing people (e0999f5) with main (2612947)

Summary

✅ 13 untouched benchmarks

@sydney-runkle
Copy link
Member Author

Could this page be cleaned up a bunch, for sure, but not super concerned about it right now bc it's just a utility script.

@sydney-runkle
Copy link
Member Author

@ybressler 😁

@sydney-runkle
Copy link
Member Author

sydney-runkle commented Apr 26, 2024

Closing in favor of #9326, where I actually ran the update job

},
]
for expert in extra_experts:
if expert["login"] not in {e["login"] for e in experts}:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to create the expers set {e["login"] for e in experts} outside of the loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes-ignore Omit this PR from the release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants