We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b4bc8 commit bfb7f30Copy full SHA for bfb7f30
script/sync-translation
@@ -41,10 +41,7 @@ git push $REMOTE $BRANCH
41
42
CHANGED_FILES=$(git diff --name-only $BASE_SHA $HEAD_SHA -- $TRANSLATABLE_FILES)
43
44
-TEMPLATE="Sync changes from upstream
45
-\n
46
-\n[View changes](https://github.com/github/opensource.guide/compare/$BASE_SHA...$HEAD_SHA)
47
-"
+TEMPLATE="Sync changes from upstream\n\n"
48
49
if [ -z "$CHANGED_FILES" ]; then
50
TEMPLATE="$TEMPLATE\nNo files that need translation were changed upstream."
0 commit comments