1
0
mirror of https://github.com/php/doc-fr.git synced 2026-03-23 22:52:18 +01:00

CI: ignorer les fichiers versions.xml dans track-en-changes (#2560)

This commit is contained in:
Louis-Arnaud
2026-03-01 00:16:09 +01:00
committed by GitHub
parent 9283d18f42
commit 14e720cbcf

View File

@@ -85,6 +85,10 @@ while read -r PR; do
NEW_LIST=""
while IFS= read -r FILE; do
# Skip files that should not be translated (e.g. versions.xml)
if [[ "$FILE" == */versions.xml ]]; then
continue
fi
if [ -f "$FILE" ]; then
UPDATE_LIST="${UPDATE_LIST}- \`${FILE}\`"$'\n'
elif [[ "$FILE" == *.xml ]]; then