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

👥 Update Pydantic People #9364

Merged
merged 2 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions docs/plugins/people.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,19 @@
maintainers:
- login: samuelcolvin
answers: 291
prs: 398
avatarUrl: https://avatars.githubusercontent.com/u/4039449?u=42eb3b833047c8c4b4f647a031eaef148c16d93f&v=4
url: https://github.com/samuelcolvin
- login: alexmojaki
answers: 0
prs: 17
avatarUrl: https://avatars.githubusercontent.com/u/3627481?u=9bb2e0cf1c5ef3d0609d2e639a135b7b4ca8b463&v=4
url: https://github.com/alexmojaki
- login: adriangb
answers: 41
prs: 195
avatarUrl: https://avatars.githubusercontent.com/u/1755071?u=612704256e38d6ac9cbed24f10e4b6ac2da74ecb&v=4
url: https://github.com/adriangb
- login: sydney-runkle
answers: 28
prs: 150
avatarUrl: https://avatars.githubusercontent.com/u/54324534?u=3a4ffd00a8270b607922250d3a2d9c9af38b9cf9&v=4
url: https://github.com/sydney-runkle
- login: hramezani
answers: 19
prs: 197
avatarUrl: https://avatars.githubusercontent.com/u/3122442?u=f387fc2dbc0c681f23e80e2ad705790fafcec9a2&v=4
url: https://github.com/hramezani
- login: dmontagu
answers: 55
prs: 309
avatarUrl: https://avatars.githubusercontent.com/u/35119617?u=540f30c937a6450812628b9592a1dfe91bbe148e&v=4
url: https://github.com/dmontagu
- login: hramezani
answers: 19
prs: 196
avatarUrl: https://avatars.githubusercontent.com/u/3122442?u=f387fc2dbc0c681f23e80e2ad705790fafcec9a2&v=4
url: https://github.com/hramezani
- login: Kludex
answers: 22
prs: 111
Expand All @@ -39,6 +24,21 @@ maintainers:
prs: 39
avatarUrl: https://avatars.githubusercontent.com/u/1939362?u=b4b48981c3a097daaad16c4c5417aa7a3e5e32d9&v=4
url: https://github.com/davidhewitt
- login: samuelcolvin
answers: 291
prs: 398
avatarUrl: https://avatars.githubusercontent.com/u/4039449?u=42eb3b833047c8c4b4f647a031eaef148c16d93f&v=4
url: https://github.com/samuelcolvin
- login: alexmojaki
answers: 0
prs: 17
avatarUrl: https://avatars.githubusercontent.com/u/3627481?u=9bb2e0cf1c5ef3d0609d2e639a135b7b4ca8b463&v=4
url: https://github.com/alexmojaki
- login: sydney-runkle
answers: 29
prs: 150
avatarUrl: https://avatars.githubusercontent.com/u/54324534?u=3a4ffd00a8270b607922250d3a2d9c9af38b9cf9&v=4
url: https://github.com/sydney-runkle
experts:
- login: PrettyWood
count: 143
Expand Down Expand Up @@ -99,7 +99,7 @@ top_contributors:
avatarUrl: https://avatars.githubusercontent.com/u/16239342?u=8454ae029661131445080f023e1efccc29166485&v=4
url: https://github.com/pyup-bot
- login: Viicos
count: 34
count: 35
avatarUrl: https://avatars.githubusercontent.com/u/65306057?u=fcd677dc1b9bef12aa103613e5ccb3f8ce305af9&v=4
url: https://github.com/Viicos
- login: tiangolo
Expand Down Expand Up @@ -305,7 +305,7 @@ top_reviewers:
url: https://github.com/tlambert03
- login: dimaqq
count: 4
avatarUrl: https://avatars.githubusercontent.com/u/662249?u=a5a9c009a879a876eed3f583adfe9b98645aa4f6&v=4
avatarUrl: https://avatars.githubusercontent.com/u/662249?u=15313dec91bae789685e4abb3c2152251de41948&v=4
url: https://github.com/dimaqq
- login: MarkusSintonen
count: 4
Expand Down
2 changes: 1 addition & 1 deletion release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ To create a new release:
- the body should contain:
- a copy-paste of the `HISTORY.md` section you prepared previously, plus
- a full changelog link in the form `Full Changelog: https://github.com/pydantic/pydantic/compare/v{PREV_VERSION}...v{VERSION}/`
7. Ask someone to approve the release once CI has run.
7. Ask @samuelcolvin or @dmontagu to approve the release once CI has run.
Loading