We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce02c34 + 6d20f54 commit 43da11aCopy full SHA for 43da11a
common/lib/dependabot/pull_request_updater/azure.rb
@@ -53,7 +53,7 @@ def source_branch_exists?
53
end
54
55
# Currently the PR diff in ADO shows difference in commits instead of actual diff in files.
56
- # 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.
57
def update_source_branch
58
# 1) Push the file changes to a newly created temporary branch (from base commit)
59
new_commit = create_temp_branch
0 commit comments