ydb-embedded-ui repo has an action here https://github.com/ydb-platform/ydb-embedded-ui/blob/main/.github/workflows/priority-score.yml This action calculates a "priority score" that is saved into an attribute in YDB UI project. Logic of priority score estimation is described in the following wiki page https://github.com/ydb-platform/ydb-embedded-ui/wiki/roadmap-estimation Defenition of done for this issue: 1. pr to gh repo is created 2. priority estimation is updated in action and is created according to the doc 3. pr contains at least 10 test-cases, described in markdown - how to test that estimation logic works correctly. I.e: 1. mark issue with label 'reach:low'. 2. run action 3. check that priority on YDB UI project board equals (50 * 137.5 ) / 5 =1 375