Why is CodeCatalyst including changes from previous Pull Requests?

1

Several members of my team, including myself, have noticed that code changes from previous merged Pull Requests are being included in subsequent Pull Requests. As an example, here is one of the changes that CodeCatalyst wants to include in this PR: PR Image 1

However if I look at the source for that file in the "main" branch, that change is already there - it was done in the previous PR: PR Image 2

asked 8 months ago202 views
2 Answers
0

Thank you for bringing up this issue regarding the unexpected inclusion of changes from previous PRs into subsequent PRs. To help us get to the bottom of this, could you please provide us more info on your git flow?

AWS
EXPERT
answered 8 months ago
0

I have seen this before - it happens some times if the changes on the main branch are added by a different PR and then the "feature branch" has the same changes as the main branch...

Can you verify if thats what happened to you too?

Can you provide a "change chart" for that Git repository?

profile picture
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions