Skip to content

Navigation Menu

Sign in
Appearance settings

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 8a119d9

Browse filesBrowse files
committed
Treat translator name update as insignificant change to commit
1 parent ed35773 commit 8a119d9
Copy full SHA for 8a119d9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

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
@@ -48,7 +48,7 @@ jobs:
4848
- run: git config --local user.name "GitHub Action's update-translation job"
4949
# Check for changes in README.md
5050
- run: >
51-
! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# Copyright \(C\) 2001-' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
51+
! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# ' -I'^"Last-Translator: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
5252
- run: git add .
5353
- run: git commit -m 'Update translation from Transifex'
5454
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.