Skip to content

Commit bfb7f30

Browse files
committed
Remove link to diff since PR will show changes
1 parent e9b4bc8 commit bfb7f30

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

script/sync-translation

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ git push $REMOTE $BRANCH
4141

4242
CHANGED_FILES=$(git diff --name-only $BASE_SHA $HEAD_SHA -- $TRANSLATABLE_FILES)
4343

44-
TEMPLATE="Sync changes from upstream
45-
\n
46-
\n[View changes](https://github.com/github/opensource.guide/compare/$BASE_SHA...$HEAD_SHA)
47-
"
44+
TEMPLATE="Sync changes from upstream\n\n"
4845

4946
if [ -z "$CHANGED_FILES" ]; then
5047
TEMPLATE="$TEMPLATE\nNo files that need translation were changed upstream."

0 commit comments

Comments
 (0)