only trigger conflicts flow for the selected repository#7018
only trigger conflicts flow for the selected repository#7018iAmWillShepherd merged 2 commits intodevelopmentfrom
Conversation
|
I'm unable to reproduce the behavior this PR fixes, but I'm inclined to improve it anyways because of the cleanup and the added check to make sure we're in the right repo before kicking off background tasks. |
I'd like someone to sanity check me before this gets merged. |
iAmWillShepherd
left a comment
There was a problem hiding this comment.
Reviewed this via zoom so we could walk through reproducing the issue and verifying the fix.
|
For extra context, |
Overview
Related to #6313
Description
See reproduction steps in #6313 (comment)
I focused on this area because @cheshire137 mentioned that it seemed to occur when dealing with merge conflicts, which was how I stumbled upon the fix below.
I thought this might have been affected by #6141 (first released in
1.6.2-beta1) which introduces the code path:But the original issue was reported against
1.5.1-beta0so I'm not sure this is completely resolved.I also pushed c2e7276 as some cleanup because I couldn't find any callers for that API.
Release notes
Notes: no-notes