Allow checking CLA signatures by GitHub login

This will be used by CLA Bot.

Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
Max Brunsfeld 2024-01-22 13:55:12 -08:00
parent 56556d71a1
commit cd7f377c31
3 changed files with 39 additions and 9 deletions

View file

@ -44,6 +44,7 @@ use tables::*;
use tokio::sync::{Mutex, OwnedMutexGuard};
pub use ids::*;
pub use queries::contributors::ContributorSelector;
pub use sea_orm::ConnectOptions;
pub use tables::user::Model as User;