monitor albumentations

and fix pycharm project settings
This commit is contained in:
Saurabh Misra 2025-03-06 17:53:20 -08:00
parent 3a6abef5b0
commit bd9f0cafa3
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/codeflash.iml" filepath="$PROJECT_DIR$/.idea/codeflash.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/codeflash_internal.iml" filepath="$PROJECT_DIR$/.idea/codeflash_internal.iml" />
</modules>
</component>
</project>
</project>

View file

@ -23,6 +23,7 @@ const prisma = new PrismaClient()
const slackNotificationConfig = {
"Future-House": ["aviary", "paper-qa"],
"langflow-ai": ["langflow"],
"albumentations-team": ["albumentations"],
}
export async function suggestPrChanges(req: Request, res: Response): Promise<Response | undefined> {