mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
monitor albumentations
and fix pycharm project settings
This commit is contained in:
parent
3a6abef5b0
commit
bd9f0cafa3
2 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue