Commit ed718fe
authored
feat(triage signals): Auto Trigger Fixes "On" maps to Medium fixability threshold (#103781)
## PR details
+ For the V0, rather than running on all issues with >= event count we
are only running for issues with >= med. fixability and >= 10 event
count.
+ This will help us reuse the `_is_issue_fixable` function as is in
run_automation.1 parent d7fce8d commit ed718fe
File tree
2 files changed
+4
-3
lines changed- static/app/views/settings/projectSeer
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
664 | | - | |
| 664 | + | |
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
| 688 | + | |
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | | - | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments