-
Notifications
You must be signed in to change notification settings - Fork 15
feat: implement reach/impact/effort priority methodology #2615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ffort Co-authored-by: antonkovalenko <[email protected]>
Co-authored-by: antonkovalenko <[email protected]>
remove tests file, rename PR according to commitLint rules, reduce PR description to minimum |
Replace simple priority calculation with reach/impact/effort formula. Fixes #2614. Co-authored-by: adameat <[email protected]>
Done:
Commit: ad30a3e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements a new priority scoring methodology for GitHub issues, replacing the simple priority labels with a reach/impact/effort formula. The new system calculates priority scores using (Reach × Impact) / Effort
where each component has specific label mappings and numeric weights.
Key changes:
- Replaces simple priority labels with reach/impact/effort calculation methodology
- Implements fallback logic for missing labels to prevent calculation failures
- Adds detailed logging for priority calculation transparency
Replaces the simple priority calculation with a new reach/impact/effort methodology as specified in the project roadmap.
Priority Formula:
Priority Score = (Reach × Impact) / Effort
Label Mappings:
reach:high
(100),reach:medium
(75),reach:low
(50)impact:high
(200),impact:medium
(137.5),impact:low
(75)effort:high
(10),effort:medium
(5),effort:low
(2)Includes fallback logic for missing labels to ensure calculation never fails.
Fixes #2614.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
CI Results
Test Status:⚠️ FLAKY
📊 Full Report
Test Changes Summary ⏭️2
⏭️ Skipped Tests (2)
Bundle Size: ✅
Current: 85.35 MB | Main: 85.35 MB
Diff: 0.00 KB (0.00%)
✅ Bundle size unchanged.
ℹ️ CI Information