Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/lib/dependabot/pull_request_updater/azure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def source_branch_exists?
end

# Currently the PR diff in ADO shows difference in commits instead of actual diff in files.
# This workaround is done to get the target branch commit history on the source branch alongwith file changes
# This workaround puts the target branch commit history on the source branch along with the file changes.
def update_source_branch
# 1) Push the file changes to a newly created temporary branch (from base commit)
new_commit = create_temp_branch
Expand Down