We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5be10b commit ae457e7Copy full SHA for ae457e7
ci/dev/update-vscode.sh
@@ -98,12 +98,8 @@ main() {
98
# Get the files with conflicts before we commit them
99
# so we can list them in the PR body
100
CONFLICTS=$(git diff --name-only --diff-filter=U | while read line; do echo "- $line"; done)
101
-
102
PR_BODY=$(make_pr_body "$VSCODE_EXACT_VERSION" "$CONFLICTS")
103
104
- echo "Here is the PR Body"
105
- echo "$PR_BODY"
106
107
echo -e "\nForcing a commit with conflicts"
108
echo "Note: this is intentional"
109
echo "If we don't do this, code review is impossible."
0 commit comments