Skip to content

Treat additional labels in priority scoring of issues #3180

@antonkovalenko

Description

@antonkovalenko

Action in https://github.com/ydb-platform/ydb-embedded-ui/blob/main/.github/workflows/priority-score.yml

Calculates CalculatedPriority parameter for an issue based on labels.

finalScore is calculated as follows:

finalScore = Math.round((defaultReach * defaultImpact) / defaultEffort);

For issues that labeled with label "heart xeno" i want to add as much value as defaultImpact does.
For issues that labeled with label "feedback" i want to add as much value as defaultReach does.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions