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:
4
.github/scripts/track-en-changes.sh
vendored
4
.github/scripts/track-en-changes.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user