Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 293c0c0

Browse filesBrowse files
authored
Don't treat project name change as significant to commit (#82)
1 parent 997bdf4 commit 293c0c0
Copy full SHA for 293c0c0

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/update-lint-and-build.yml
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.