Skip to content

Commit e8f0d44

Browse files
authored
Don't treat project name change as significant to commit
1 parent ef5e86d commit e8f0d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-lint-and-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- run: git config --local user.name "GitHub Action's update-translation job"
5555
- name: Check changes significance
5656
run: >
57-
! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# ' -I'^"Last-Translator: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
57+
! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# ' -I'^"Last-Translator: ' -I'^"Project-Id-Version: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
5858
- run: git add .
5959
- run: git commit -m 'Update translation from Transifex'
6060
if: env.SIGNIFICANT_CHANGES

0 commit comments

Comments
 (0)