1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-23 23:32:16 +01:00

Update track-en-changes.sh

This commit is contained in:
Sergey Panteleev
2026-03-04 19:08:36 +03:00
committed by GitHub
parent 0e45397f29
commit 136dc0f7a9

View File

@@ -116,7 +116,7 @@ while read -r PR; do
echo "$BODY" | gh issue create \
--repo "$GH_REPO" \
--title "$ISSUE_TITLE" \
--label "sync-en" \
--label "Перевод устарел" \
--body-file -
echo " -> Issue created."