Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a9444b

Browse files
committed
Ignore copyright date change in commiting
1 parent 0af4642 commit 1a9444b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: git config --local user.email [email protected]
3838
- run: git config --local user.name "GitHub Action's update-translation job"
3939
- run: >
40-
! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
40+
! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# Copyright (C) 2001-' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
4141
- run: git add .
4242
- run: git commit -m 'Update translation from Transifex' || true
4343
if: env.SIGNIFICANT_CHANGES

0 commit comments

Comments
 (0)