vishesh-baghel / glide

You can see how Glidee-bot works by installing it from here
https://github.com/apps/glidee-bot
ISC License
0 stars 0 forks source link

Risk score optimisation #12

Closed vishesh-baghel closed 10 months ago

vishesh-baghel commented 10 months ago

Feature: risk scores would be more refined: The bot will follow these steps after every new installation

It needs to prepare all the files with associated risk scores beforehand to react to PR events. To do so, it needs to fetch all repositories on which the bot has been installed. Then, iterate on each repository and get all files. For each file, first calculate the risk score and then save it. Now, the bot can give the files with their respective scores in every PR.

glidee-bot[bot] commented 10 months ago

Thanks for opening this issue! from typescript app

glidee-bot-dev[bot] commented 10 months ago

Thanks for opening this issue! from typescript app

vishesh-baghel commented 10 months ago

Added this feature in the PR #14