Skip to content

Commit b649ea3

Browse files
committed
Add chore: to .yml files
1 parent 9912db5 commit b649ea3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/translation-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
git config user.name "github-actions[bot]"
3030
git config user.email "github-actions[bot]@users.noreply.github.com"
3131
git add STATUS.md
32-
git diff --staged --quiet || git commit -m "Update translation status table"
32+
git diff --staged --quiet || git commit -m "chore: Update translation status table"
3333
git push

.github/workflows/update-po-headers.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
git config user.name "github-actions[bot]"
2525
git config user.email "github-actions[bot]@users.noreply.github.com"
26-
git add '*.po'
27-
git diff --staged --quiet || git commit -m "Update PO file translator credits"
26+
git add --all
27+
git diff --staged --quiet && echo "No changes to commit" && exit 0
28+
git commit -m "chore: update PO file translator credits"
2829
git push

0 commit comments

Comments
 (0)