File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5656
5757LOGGED_IN_AS=$( gh auth status | grep Logged | sed -e ' s/^.*Logged in .*as //' -e ' s/ ([^)]*)$//' )
5858
59- # shellcheck disable=SC2034 # shellcheck can't know that this will be used with envsubst, so "unused" variable is correct here.
60- START_DATE=$( date -Idate)
61-
6259RELEASE=$1
6360DEADLINE=$2
6461TYPE=$3
6562EXTRA_TEXT=${4:- }
6663MILESTONE=" Release ${RELEASE} "
6764PROJECT=Tracking
6865
66+ # shellcheck disable=SC2034 # shellcheck can't know that this will be used with envsubst, so "unused" variable is correct here.
67+ START_DATE=$( date -Idate)
68+
6969# Syntax:
7070# TRANSLATORS_BY_LANG[TYPE_LANG]="github-handle1,github-handle2"
7171# with TYPE being either app or web and
@@ -230,6 +230,7 @@ create_translation_issue_for_lang() {
230230 SPLIT_TRANSLATORS=$( sed -re ' s/^/@/; s/,/, @/g' <<< " $translators" ) \
231231 TITLE=" $title " \
232232 TRANSLATE_BRANCH=next-release \
233+ START_DATE=" $START_DATE " \
233234 envsubst <<< " $body_template"
234235 )
235236
You can’t perform that action at this time.
0 commit comments