feat(autofix): Add backend check to disable autofix if repos are not connected [feature flagged]#104790
Merged
Mihir-Mavalankar merged 6 commits intomasterfrom Dec 12, 2025
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #104790 +/- ##
=========================================
Coverage 80.47% 80.48%
=========================================
Files 9363 9369 +6
Lines 401849 402418 +569
Branches 25833 25833
=========================================
+ Hits 323389 323887 +498
- Misses 78018 78089 +71
Partials 442 442 |
JoshFerge
reviewed
Dec 11, 2025
Zylphrex
reviewed
Dec 11, 2025
| "project_id": group.project.id, | ||
| }, | ||
| ) | ||
| seer_repos_linked = True |
Member
There was a problem hiding this comment.
Why do we assume it's True here? Is it errored, shouldn't we be cautious and assume its not linked?
Contributor
Author
There was a problem hiding this comment.
We can still run autofix runs if it's not linked. The RCA is just lower quality without code. This what we do today.
Setting it to True is sort of a revert to the original behaviour and definitely won't break anything.
Contributor
Author
There was a problem hiding this comment.
Though to have consistent behaviour with the new paradigm maybe we should just have it as False or show an error?
Zylphrex
approved these changes
Dec 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Details